diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-30 18:54:32 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-12-31 09:50:24 +0100 |
commit | 50be8756a6a988a370a4349c1db93d8e86695a4c (patch) | |
tree | f451cc606a587b9a3a42dc40c4e6881a2d83ee67 | |
parent | sci-libs/handyg: remove unused patch (diff) | |
download | sci-50be8756a6a988a370a4349c1db93d8e86695a4c.tar.gz sci-50be8756a6a988a370a4349c1db93d8e86695a4c.tar.bz2 sci-50be8756a6a988a370a4349c1db93d8e86695a4c.zip |
sci-libs/lib2bit: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r-- | sci-libs/lib2bit/files/lib2bit-0.2.1_respect_DESTDIR.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-libs/lib2bit/files/lib2bit-0.2.1_respect_DESTDIR.patch b/sci-libs/lib2bit/files/lib2bit-0.2.1_respect_DESTDIR.patch deleted file mode 100644 index 0f64b325f..000000000 --- a/sci-libs/lib2bit/files/lib2bit-0.2.1_respect_DESTDIR.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lib2bit-0.2.1/Makefile.ori 2017-03-31 22:09:48.387098439 +0200 -+++ lib2bit-0.2.1/Makefile 2017-03-31 22:10:29.889020564 +0200 -@@ -8,7 +8,7 @@ - LDLIBS = - INCLUDES = - --prefix = /usr/local -+prefix = $(DESTDIR)/usr/local - includedir = $(prefix)/include - libdir = $(exec_prefix)/lib - |