diff options
author | naddy <naddy@FreeBSD.org> | 2002-12-19 07:19:21 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-12-19 07:19:21 +0800 |
commit | 9b1a8215091c1716fc3aeb92577d419f3177065d (patch) | |
tree | 6eb3635a1db2a81f452a92a5ec73b30f71787201 | |
parent | 9ea9b7108fc289bd90afedfae01fdb068d05228c (diff) | |
download | freebsd-ports-gnome-9b1a8215091c1716fc3aeb92577d419f3177065d.tar.gz freebsd-ports-gnome-9b1a8215091c1716fc3aeb92577d419f3177065d.tar.zst freebsd-ports-gnome-9b1a8215091c1716fc3aeb92577d419f3177065d.zip |
Fix build on -CURRENT/alpha.
-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 + |