diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-13 20:11:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-13 20:51:25 +0200 |
commit | 3aaf60057b054fb69d2f0f04e27820695126e263 (patch) | |
tree | d858d03cb28f358404537d3f9b4fba90436b7cc2 /app-text/convertlit | |
parent | app-cdr/cuetools: remove unused patch(es) (diff) | |
download | gentoo-3aaf60057b054fb69d2f0f04e27820695126e263.tar.gz gentoo-3aaf60057b054fb69d2f0f04e27820695126e263.tar.bz2 gentoo-3aaf60057b054fb69d2f0f04e27820695126e263.zip |
app-text/convertlit: remove unused patch
Diffstat (limited to 'app-text/convertlit')
-rw-r--r-- | app-text/convertlit/files/convertlit-1.8-respectflags.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-text/convertlit/files/convertlit-1.8-respectflags.patch b/app-text/convertlit/files/convertlit-1.8-respectflags.patch deleted file mode 100644 index 06209ef62ada..000000000000 --- a/app-text/convertlit/files/convertlit-1.8-respectflags.patch +++ /dev/null @@ -1,28 +0,0 @@ -Index: clit18/Makefile -=================================================================== ---- clit18/Makefile.orig -+++ clit18/Makefile -@@ -1,9 +1,9 @@ - all: clit
-
--CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
-+CFLAGS+=-funsigned-char -I ../lib -I ../lib/des -I .
- clean:
- rm -f *.o clit
-
- clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a
-- gcc -o clit $^ ../libtommath-0.30/libtommath.a
-+ $(CC) $(LDFLAGS) -o clit $^ -ltommath
-
-Index: lib/Makefile -=================================================================== ---- lib/Makefile.orig -+++ lib/Makefile -@@ -1,6 +1,6 @@ - all: openclit.a
-
--CFLAGS=-O3 -Wall -Ides -Isha -Inewlzx -I.
-+CFLAGS+=-Ides -Isha -Inewlzx -I.
- clean:
- rm -f *.o openclit.a des/*.o lzx/*.o sha/*.o
-
|