From f1bc537f089cc8477a9a18db597cb349e1b00e91 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 16 Jun 2018 05:02:38 +0100 Subject: gentoo resync : 16.06.2018 --- .../files/convertlit-1.8-respectflags.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 app-text/convertlit/files/convertlit-1.8-respectflags.patch (limited to 'app-text/convertlit/files') 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 - -- cgit v1.2.3