diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/harvest/files/patch-components::gatherer::WordPerfect::wp2x-2.3::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/harvest/files/patch-components::gatherer::WordPerfect::wp2x-2.3::Makefile.in b/www/harvest/files/patch-components::gatherer::WordPerfect::wp2x-2.3::Makefile.in new file mode 100644 index 000000000000..3e51ae50620a --- /dev/null +++ b/www/harvest/files/patch-components::gatherer::WordPerfect::wp2x-2.3::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- components/gatherer/WordPerfect/wp2x-2.3/Makefile.in.orig Wed Dec 18 23:55:21 2002 ++++ components/gatherer/WordPerfect/wp2x-2.3/Makefile.in Wed Dec 18 23:55:50 2002 +@@ -29,7 +29,7 @@ + OBJS = wp2x.o dopen.o tokens.o charsets.o + + VERSION = 2.3 +-CFLAGS = $(DEBUG) -I. -ansi -funsigned-char -DUNIX -DVERSION=\"$(VERSION)\" ++CFLAGS = @CFLAGS@ $(DEBUG) -I. -funsigned-char -DUNIX -DVERSION=\"$(VERSION)\" + + all: wp2x wp2x.sh WordPerfect.sum + |