1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/print/pdflib/files/patch-af
Dirk Froemberg 6a1452975f Upgrade to 2.0.
pdflib is build as a shared library, now.
1999-07-30 21:04:01 +00:00

19 lines
441 B
Plaintext

--- bind/cpp/Makefile.in.orig Tue Jun 29 00:34:15 1999
+++ bind/cpp/Makefile.in Sat Jul 17 12:22:41 1999
@@ -24,13 +24,13 @@
exec_prefix = @exec_prefix@
PDFLIB = @PDFLIB@
-CXXFLAGS = -c -g @DEFS@ @CCSHARED@ -I../../pdflib
+CXXFLAGS = -c @DEFS@ -I../../pdflib
LDFLAGS = -L../../pdflib
.SUFFIXES: .cpp
.cpp.o:
- $(CXX) $(CXXFLAGS) $(DEFINES) $<
+ $(CXX) $(CFLAGS) $(CXXFLAGS) $(DEFINES) $<
# ----------------------------------