summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/ketm/patches/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/ketm/patches/patch-aa b/games/ketm/patches/patch-aa
deleted file mode 100644
index 0d073472bb1..00000000000
--- a/games/ketm/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/07/26 13:46:39 zuntum Exp $
-
---- Makefile.orig Thu Jun 28 17:41:42 2001
-+++ Makefile
-@@ -1,14 +1,12 @@
-
--CC=gcc
-
- # cflags - debug
--CFLAGS=-Wall -g `sdl-config --cflags`
-
- # cflags - release
- # CFLAGS=-Wall -O3 -funroll-loops -fexpensive-optimizations `sdl-config --cflags`
-
- # ldflags - unix/linux
--LDFLAGS=`sdl-config --libs`
-+LDFLAGS+=`$(SDL_CONFIG) --libs`
-
- # ldflags - cygwin
- # LDFLAGS=-lSDLmain -lSDL