mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
0a46264f4c
- Fix build: use starg instead of vararg - hand over maintainership PR: ports/55162 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
--- ./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
|
|
|