diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-12-18 23:19:21 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-12-18 23:19:21 +0000 |
commit | 829ded82a04239053dc297fe87eeeef9034057d3 (patch) | |
tree | c052f5e83ff383f0d3bdd3ef975b90aa1bdbcb2a /www/harvest | |
parent | c7c1238390343646e98d00b9877a749db4b18e56 (diff) | |
download | ports-829ded82a04239053dc297fe87eeeef9034057d3.tar.gz ports-829ded82a04239053dc297fe87eeeef9034057d3.zip |
Notes
Diffstat (limited to 'www/harvest')
-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 + |