summaryrefslogtreecommitdiff
path: root/devel/fastdep/files/patch-Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 11:17:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 11:17:55 +0000
commitda4f0cc205d7eb430cda9fb0a3e29b02a6997be5 (patch)
tree83578ce83479f6a4423074f53c0c6ac95092ee03 /devel/fastdep/files/patch-Makefile
parent- Remove indefinite article from COMMENT (diff)
2012-11-26 ftp/mget: No more public distfiles
2012-11-26 graphics/yap: No more public distfiles 2012-11-26 games/demonquake: No more public distfiles 2012-11-26 databases/php-sqlrelay: No more public distfiles 2012-11-26 devel/fastdep: No more public distfiles 2012-11-26 graphics/svgviewer: No more public distfiles 2012-11-26 comms/garmin-utils: No more public distfiles 2012-11-26 comms/snooper: No more public distfiles 2012-11-26 graphics/xfig-devel: Stable version is more recent than devel version 2012-11-26 irc/irchat-jp: No more public distfiles 2012-11-26 games/xcogitate: No more public distfiles Feature safe: yes
Notes
Notes: svn path=/head/; revision=307900
Diffstat (limited to 'devel/fastdep/files/patch-Makefile')
-rw-r--r--devel/fastdep/files/patch-Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/fastdep/files/patch-Makefile b/devel/fastdep/files/patch-Makefile
deleted file mode 100644
index cee1cb42ce72..000000000000
--- a/devel/fastdep/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig Mon Apr 28 20:40:22 2003
-+++ Makefile Mon Apr 28 20:41:03 2003
-@@ -26,7 +26,7 @@
- $(OBJECTS): config/config.me $(ALLMAKEFILES)
-
- $(BINARY): $(OBJECTS) $(ALLMAKEFILES)
-- g++ $(CFLAGS) $(CXXFLAGS) -o $(BINARY) $(OBJECTS)
-+ $(CXX) $(LDFLAGS) $(CXXFLAGS) -o $(BINARY) $(OBJECTS)
- # Here is a trick on how to get fastdep linking on older cygwins.
- # It's probably also needed to get it working on VC 6.0.
- # However, since I am still reworking the build environment for now,
-@@ -38,7 +38,7 @@
- #endif
-
- .cc.o: $(ALLMAKEFILES)
-- g++ $(CFLAGS) $(CXXFLAGS) -c $< -o $@
-+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@
-
- clean:
- -rm -f $(OBJECTS) $(BINARY) .depends-all