diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 16:33:09 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 16:33:09 +0000 |
| commit | 8901c97d1268a3e5a236e33a7624116a6d4af04f (patch) | |
| tree | ebb104d4e4859dfae91de591c24abfb3d7b599d5 /graphics/glide3/files/patch-make-makefile | |
| parent | Do not insist on c++11. (diff) | |
Remove non staged ports without pending PR from g*
Diffstat (limited to 'graphics/glide3/files/patch-make-makefile')
| -rw-r--r-- | graphics/glide3/files/patch-make-makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/graphics/glide3/files/patch-make-makefile b/graphics/glide3/files/patch-make-makefile deleted file mode 100644 index 26a9492f710f..000000000000 --- a/graphics/glide3/files/patch-make-makefile +++ /dev/null @@ -1,33 +0,0 @@ -diff -ru ../Glide3.orig/swlibs/include/make/makefile.autoconf.bottom ./swlibs/include/make/makefile.autoconf.bottom ---- ../Glide3.orig/swlibs/include/make/makefile.autoconf.bottom Thu May 31 12:05:53 2001 -+++ ./swlibs/include/make/makefile.autoconf.bottom Sun Jan 13 16:13:13 2002 -@@ -32,7 +32,7 @@ - CPPFLAGS = $(GCPPFLAGS) $(LCPPFLAGS) $(VCPPFLAGS) - DEFS = $(GDEFS) $(LDEFS) $(VDEFS) - INCLUDES = $(GINCLUDES) $(LINCLUDES) $(VINCLUDES) --CFLAGS = $(GCFLAGS) $(LCFLAGS) $(VCFLAGS) -+CFLAGS += $(GCFLAGS) $(LCFLAGS) $(VCFLAGS) - - AFLAGS = $(GAFLAGS) $(LAFLAGS) $(VAFLAGS) - ADEFS = $(GADEFS) $(LADEFS) $(VADEFS) -@@ -48,7 +48,7 @@ - # Global CFLAGS - # - ifeq ("@GLIDE_DEBUG@","true") --GLIDE_DEBUG_GCFLAGS = -g -O -+GLIDE_DEBUG_GCFLAGS = -g - GLIDE_DEBUG_GDEFS = -DGDBG_INFO_ON -DGLIDE_DEBUG - else - ifeq ("@FX_GLIDE_BUILD_ARCHITECTURE@","alpha") -@@ -61,9 +61,8 @@ - GLIDE_DEBUG_GDEFS = -fomit-frame-pointer \ - -fexpensive-optimizations -ffast-math -DBIG_OPT - else --GLIDE_DEBUG_GCFLAGS = -O2 --GLIDE_DEBUG_GDEFS = -fomit-frame-pointer -funroll-loops \ -- -fexpensive-optimizations -ffast-math -DBIG_OPT -+GLIDE_DEBUG_GCFLAGS = -+GLIDE_DEBUG_GDEFS = - endif - endif - endif |
