aboutsummaryrefslogtreecommitdiff
path: root/games/wolf3d/files/patch-Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-25 22:57:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-25 22:57:16 +0000
commit6d5ccff7130820c4171401524bdc6b90f914627f (patch)
tree47f410cd71de5b93b2094416aaa5ac8dd63bb574 /games/wolf3d/files/patch-Makefile
parent3de6bd722e21bef6bd9c5bbe8bafbdb4bf14d15c (diff)
downloadports-6d5ccff7130820c4171401524bdc6b90f914627f.tar.gz
ports-6d5ccff7130820c4171401524bdc6b90f914627f.zip
2012-10-20 games/yace: No more public distfiles
2012-10-20 games/xripple: No more public distfiles 2012-10-20 games/wolf3d: No more public distfiles 2012-10-20 games/pets: No more public distfiles 2012-10-20 games/linux-enemyterritory-fortress: No more public distfiles 2012-10-20 games/linux-enemyterritory-etpub: No more public distfiles (for the .pk3) 2012-10-20 games/freesci: No more public distfiles 2012-10-20 dns/gresolver: No more public distfiles 2012-10-20 devel/vb2c: No more public distfiles 2012-10-20 devel/portlet-api: No more public distfiles 2012-10-20 devel/libsigc++: Abandoned upstream, no more depending ports 2012-10-20 devel/klassmodeler: Abandonware, depends on the deprecated wxGTK 2.4 2012-10-20 devel/ecos-tools: Depends on an obsolete version of wx, broken with gcc4.2 for long 2012-10-20 devel/datadesigner: Abandonware, depends on the deprecated wxGTK 2.4 Feature safe: yes
Notes
Notes: svn path=/head/; revision=306410
Diffstat (limited to 'games/wolf3d/files/patch-Makefile')
-rw-r--r--games/wolf3d/files/patch-Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/games/wolf3d/files/patch-Makefile b/games/wolf3d/files/patch-Makefile
deleted file mode 100644
index db0d3b605711..000000000000
--- a/games/wolf3d/files/patch-Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
---- Makefile.orig Thu Sep 27 20:58:29 2001
-+++ Makefile Thu Apr 13 15:49:57 2006
-@@ -1,7 +1,8 @@
--CC = gcc
-+#CC = gcc
- #CC = gcc-3.0
-
--CFLAGS = -g -Wall -pedantic
-+CFLAGS += $(OPT_CF) $(WF)
-+#CFLAGS = -g -Wall -pedantic
- #CFLAGS = -g -O2 -Wall -pedantic
- #CFLAGS = -Wall -O6 -fomit-frame-pointer -ffast-math -funroll-loops -mpentiumpro -mcpu=pentiumpro -march=pentiumpro
- #CFLAGS = -g -Wall -pedantic -std=gnu99
-@@ -17,18 +18,18 @@
- XOBJS = $(OBJS) $(ROBJS) vi_xlib.o
- DOBJS = $(OBJS) $(ROBJS) vi_sdl.o
-
--LFLAGS = -lm
-+LFLAGS += -lm
-
--OBJS += sd_null.o
--#OBJS += sd_oss.o fmopl.o
-+#OBJS += sd_null.o
-+OBJS += sd_oss.o fmopl.o
- #CFLAGS += -D_REENTRANT
- #LFLAGS += -lpthread
-
--CFLAGS += `sdl-config --cflags`
-+CFLAGS += `$(SDL_CONFIG) --cflags`
-
- SLFLAGS = $(LFLAGS) -lvga
--XLFLAGS = $(LFLAGS) -L/usr/X11R6/lib -lX11 -lXext
--DLFLAGS = $(LFLAGS) `sdl-config --libs` -L/usr/X11R6/lib -lX11 -lXext
-+XLFLAGS = $(LFLAGS) -L$(LOCALBASE)/lib -lX11 -lXext
-+DLFLAGS = $(LFLAGS) `$(SDL_CONFIG) --libs` -L$(LOCALBASE)/lib -lX11 -lXext
-
- NASM = nasm
-