From 829ded82a04239053dc297fe87eeeef9034057d3 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Wed, 18 Dec 2002 23:19:21 +0000 Subject: [PATCH] Fix build on -CURRENT/alpha. --- ...s::gatherer::WordPerfect::wp2x-2.3::Makefile.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 www/harvest/files/patch-components::gatherer::WordPerfect::wp2x-2.3::Makefile.in 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 +