diff options
Diffstat (limited to 'textproc/tnef2txt/files/patch-aa')
-rw-r--r-- | textproc/tnef2txt/files/patch-aa | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/textproc/tnef2txt/files/patch-aa b/textproc/tnef2txt/files/patch-aa deleted file mode 100644 index e2de91f75c94..000000000000 --- a/textproc/tnef2txt/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig Mon Jan 14 00:25:02 2002 -+++ Makefile Mon Jan 14 00:25:17 2002 -@@ -1,12 +1,12 @@ - --CC = gcc -+CC ?= gcc - - # Possible platforms are SUN, HPUX, DEC, SGI, AIX, Linux and MSDOS - # The main definitions are for 32/16 bits and for byte order, the - # default is big endian. You can do -D__BYTE_ORDER 1234 for little - # endian - PLATFORM = -DHPUX --CFLAGS = -g -O2 -+CFLAGS += -g -O2 - - - tnef2txt: config.h tnef.h tnef.c |