mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Fix build on -CURRENT/alpha.
This commit is contained in:
parent
c7c1238390
commit
829ded82a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71718
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user