diff options
Diffstat (limited to 'devel/dumb/files')
-rw-r--r-- | devel/dumb/files/config.txt | 4 | ||||
-rw-r--r-- | devel/dumb/files/patch-Makefile | 57 |
2 files changed, 0 insertions, 61 deletions
diff --git a/devel/dumb/files/config.txt b/devel/dumb/files/config.txt deleted file mode 100644 index 3dc79747974c..000000000000 --- a/devel/dumb/files/config.txt +++ /dev/null @@ -1,4 +0,0 @@ -include make/unix.inc -ALL_TARGETS := core core-examples core-headers -@ALLEGRO@ ALL_TARGETS += allegro allegro-examples allegro-headers -PREFIX := @LOCALBASE@ diff --git a/devel/dumb/files/patch-Makefile b/devel/dumb/files/patch-Makefile deleted file mode 100644 index 623e96378a90..000000000000 --- a/devel/dumb/files/patch-Makefile +++ /dev/null @@ -1,57 +0,0 @@ ---- ./Makefile.orig Mon Aug 8 02:18:41 2005 -+++ ./Makefile Sun Jun 10 12:13:59 2007 -@@ -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 - -@@ -36,12 +36,12 @@ - COMMA := , - - ifdef USE_ICC --CC := icc -+CC ?= icc - else - ifdef USE_SGICC --CC := cc -+CC ?= cc - else --CC := gcc -+CC ?= gcc - endif - endif - AR := ar -@@ -215,24 +215,21 @@ - ifdef USE_ICC - WFLAGS := -Wall -DDUMB_DECLARE_DEPRECATED - WFLAGS_ALLEGRO := --OFLAGS := -O2 --DBGFLAGS := -DDEBUGMODE=1 -+OFLAGS=$(CFLAGS) - else - ifdef USE_SGICC - WFLAGS := -fullwarn -DDUMB_DECLARE_DEPRECATED - WFLAGS_ALLEGRO := --OFLAGS := -n32 -O2 -use_readonly_const --DBGFLAGS := -n32 -g3 -DDEBUGMODE=1 -+OFLAGS=$(CFLAGS) - else - WFLAGS := -Wall -W -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -DDUMB_DECLARE_DEPRECATED - WFLAGS_ALLEGRO := -Wno-missing-declarations --OFLAGS := -O2 -ffast-math -fomit-frame-pointer --DBGFLAGS := -DDEBUGMODE=1 -g3 -+OFLAGS=$(CFLAGS) - 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 - |