From da4f0cc205d7eb430cda9fb0a3e29b02a6997be5 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 28 Nov 2012 11:17:55 +0000 Subject: 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 --- devel/fastdep/files/patch-Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 devel/fastdep/files/patch-Makefile (limited to 'devel/fastdep/files/patch-Makefile') 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 -- cgit v1.2.3