0a46264f4c
- Fix build: use starg instead of vararg - hand over maintainership PR: ports/55162 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
11 lines
453 B
Text
11 lines
453 B
Text
--- ./components/gatherer/WordPerfect/wp2x-2.3/Makefile.in.orig Thu Feb 7 23:19:22 2002
|
|
+++ ./components/gatherer/WordPerfect/wp2x-2.3/Makefile.in Fri Aug 1 13:24:57 2003
|
|
@@ -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
|
|
|