diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
commit | b47be74084057e3550b8723eae1dbc0f7c0d2fa5 (patch) | |
tree | 82e808f1c6023ffd99af5a14a44b649fd49d587e /audio/dumb/files/patch-Makefile | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_1_0'.release/6.1.0
Notes
Notes:
svn path=/head/; revision=159032
svn path=/tags/RELEASE_6_1_0/; revision=159033; tag=release/6.1.0
Diffstat (limited to 'audio/dumb/files/patch-Makefile')
-rw-r--r-- | audio/dumb/files/patch-Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/audio/dumb/files/patch-Makefile b/audio/dumb/files/patch-Makefile deleted file mode 100644 index 4691d4dbf98d..000000000000 --- a/audio/dumb/files/patch-Makefile +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig Mon Aug 8 02:18:41 2005 -+++ Makefile Tue Aug 23 02:21:13 2005 -@@ -22,7 +22,7 @@ - # (Note that this is unable to delete the dumbask - # executable if the configuration is absent.) - --MAKEFILE = Makefile.rdy -+MAKEFILE = Makefile - - .PHONY: all install uninstall clean veryclean distclean config config-if-necessary make-outdirs - -@@ -231,10 +231,10 @@ - endif - endif - --CFLAGS_RELEASE := -Iinclude $(WFLAGS) $(OFLAGS) --CFLAGS_DEBUG := -Iinclude $(WFLAGS) $(DBGFLAGS) -+CFLAGS_RELEASE := -Iinclude -I$(PREFIX)/include $(_PORT_ALLEGRO_CFLAGS) $(WFLAGS) $(OFLAGS) -+CFLAGS_DEBUG := -Iinclude -I$(PREFIX)/include $(_PORT_ALLEGRO_CFLAGS) $(WFLAGS) $(DBGFLAGS) - - LDFLAGS := -s - - |