forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
20 lines
852 B
Text
20 lines
852 B
Text
--- src/Makefile.in.orig Tue Jul 16 07:12:57 2002
|
|
+++ src/Makefile.in Sat Sep 28 20:02:35 2002
|
|
@@ -103,7 +103,7 @@
|
|
|
|
noinst_HEADERS = pxtypes.h pxconvert.h pxparse.h
|
|
|
|
-CFLAGS = -g -Wall -O2 #-DDEBUG -DDEBUG_HEAD_COPY
|
|
+CFLAGS = @CFLAGS@ #-DDEBUG -DDEBUG_HEAD_COPY
|
|
DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"
|
|
|
|
pxinfo_LDADD = $(INTLLIBS)
|
|
@@ -196,7 +196,7 @@
|
|
$(LINK) $(pxcsvdump_LDFLAGS) $(pxcsvdump_OBJECTS) $(pxcsvdump_LDADD) $(LIBS)
|
|
pxinfo$(EXEEXT): $(pxinfo_OBJECTS) $(pxinfo_DEPENDENCIES)
|
|
@rm -f pxinfo$(EXEEXT)
|
|
- $(LINK) $(pxinfo_LDFLAGS) $(pxinfo_OBJECTS) $(pxinfo_LDADD) $(LIBS)
|
|
+ $(LINK) $(pxinfo_LDFLAGS) $(pxinfo_OBJECTS) $(pxinfo_LDADD) $(LIBS) $(INTLLIBS)
|
|
pxsqldump$(EXEEXT): $(pxsqldump_OBJECTS) $(pxsqldump_DEPENDENCIES)
|
|
@rm -f pxsqldump$(EXEEXT)
|
|
$(LINK) $(pxsqldump_LDFLAGS) $(pxsqldump_OBJECTS) $(pxsqldump_LDADD) $(LIBS)
|