diff options
Diffstat (limited to 'graphics/urt/files/patch-makefile.hdr')
-rw-r--r-- | graphics/urt/files/patch-makefile.hdr | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/urt/files/patch-makefile.hdr b/graphics/urt/files/patch-makefile.hdr deleted file mode 100644 index ec74fce248e3..000000000000 --- a/graphics/urt/files/patch-makefile.hdr +++ /dev/null @@ -1,16 +0,0 @@ ---- makefile.hdr.orig Fri Mar 6 23:04:57 1992 -+++ makefile.hdr Fri Dec 27 23:15:13 2002 -@@ -45,11 +45,11 @@ - #emit MachFLAGS - MachFLAGS = - --CFLAGS = -O $(DFLAGS) $(DIRFLAGS) $(ExtraCFLAGS) $(IFLAGS) $(MachFLAGS) -+CFLAGS += $(DFLAGS) $(DIRFLAGS) $(ExtraCFLAGS) $(IFLAGS) $(MachFLAGS) - IFLAGS = -I. -I$(RI) - - #ifdef GCC --CC=gcc -+CC ?= gcc - #endif - - |