diff options
author | jim <jim@FreeBSD.org> | 2002-01-14 17:01:06 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2002-01-14 17:01:06 +0800 |
commit | 8d695ba3289dad732aa5462fc67abff22d1f6ae2 (patch) | |
tree | 7ad3a5ba5195f954592f6348b553505d0d68c51f /textproc/tnef2txt/files | |
parent | f2eecc504f4c831fe438e4f2953c162f6fe94fc3 (diff) | |
download | freebsd-ports-gnome-8d695ba3289dad732aa5462fc67abff22d1f6ae2.tar.gz freebsd-ports-gnome-8d695ba3289dad732aa5462fc67abff22d1f6ae2.tar.zst freebsd-ports-gnome-8d695ba3289dad732aa5462fc67abff22d1f6ae2.zip |
New port of tnef2txt, a program to read application/ms-tnef files.
Diffstat (limited to 'textproc/tnef2txt/files')
-rw-r--r-- | textproc/tnef2txt/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/tnef2txt/files/patch-aa b/textproc/tnef2txt/files/patch-aa new file mode 100644 index 000000000000..e2de91f75c94 --- /dev/null +++ b/textproc/tnef2txt/files/patch-aa @@ -0,0 +1,17 @@ +--- 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 |