You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/duhdraw/files/duhdraw-2.8.13-prestrip.patch

19 lines
344 B

--- duhdraw-2.8.13/Makefile
+++ duhdraw-2.8.13/Makefile
@@ -12,15 +12,12 @@
ansi: cleanansi
$(CC) -o ansi ansi.c ansi-esc.c $(LIBS)
- $(STRIP) ansi
duhdraw: cleandd
$(CC) -o duhdraw duhdraw.c ansi-esc.c $(LIBS)
- $(STRIP) duhdraw
ansitoc: cleanansitoc
$(CC) -o ansitoc ansitoc.c
- $(STRIP) ansitoc
cleanansi:
rm -f ansi