summaryrefslogtreecommitdiffstats
path: root/devel/fastdep/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-11-20 12:25:13 +0000
committerijliao <ijliao@FreeBSD.org>2002-11-20 12:25:13 +0000
commit0a4190ce8140b0ba4b3220882da033226546e3c5 (patch)
tree1a7b8ccf031003e26ab56d4471b589642697c52f /devel/fastdep/files
parenta1ec14de35f8ca82feaacf61f094b2a4fff52039 (diff)
downloadFreeBSD-ports-0a4190ce8140b0ba4b3220882da033226546e3c5.zip
FreeBSD-ports-0a4190ce8140b0ba4b3220882da033226546e3c5.tar.gz
- Support CXX/CXXFLAGS properly
PR: 45425 Submitted by: Ports Fury
Diffstat (limited to 'devel/fastdep/files')
-rw-r--r--devel/fastdep/files/patch-Makefile.real13
1 files changed, 9 insertions, 4 deletions
diff --git a/devel/fastdep/files/patch-Makefile.real b/devel/fastdep/files/patch-Makefile.real
index 3add4a3..a1fa404 100644
--- a/devel/fastdep/files/patch-Makefile.real
+++ b/devel/fastdep/files/patch-Makefile.real
@@ -1,11 +1,16 @@
---- Makefile.real.orig Wed Oct 30 20:46:26 2002
-+++ Makefile.real Wed Oct 30 20:46:46 2002
-@@ -8,7 +8,7 @@
+--- Makefile.real.orig Thu Jun 20 06:19:59 2002
++++ Makefile.real Sat Nov 9 12:13:07 2002
+@@ -8,11 +8,11 @@
g++ $(CXXFLAGS) -o $(BINARY) @linkfiles
-rm -f linkfiles
else
- g++ $(CXXFLAGS) -o $(BINARY) $(OBJECTS)
-+ g++ $(CXXFLAGS) -o $(BINARY) $(OBJECTS) -L${LOCALBASE}/lib -lgnugetopt
++ $(CXX) $(CXXFLAGS) -o $(BINARY) $(OBJECTS) -L${LOCALBASE}/lib -lgnugetopt
endif
.cc.o: $(ALLMAKEFILES)
+- g++ $(CXXFLAGS) -c $< -o $@
++ $(CXX) $(CXXFLAGS) -I${LOCALBASE}/include -c $< -o $@
+
+ $(DEPENDS): $(SOURCES) $(MAKEFILE)
+ ifeq ($(HOST_SYSTEM),cygwin)
OpenPOWER on IntegriCloud