summaryrefslogtreecommitdiff
path: root/games/falcons-eye/patches/patch-ba
diff options
context:
space:
mode:
authorpooka <pooka>2002-01-21 11:56:16 +0000
committerpooka <pooka>2002-01-21 11:56:16 +0000
commit9deb978b8fdad372dcd605abf0908ed7a0d09097 (patch)
tree70617b839dc8eb87e31228675434436b7eb226ea /games/falcons-eye/patches/patch-ba
parent892c4c11e80c467e129395d751bef84a0d931051 (diff)
downloadpkgsrc-9deb978b8fdad372dcd605abf0908ed7a0d09097.tar.gz
Falcon's Eye 1.9.3, isometric Nethack with real graphics.
Originally supplied by collver@linuxfreemail.com in pkg/14359 and subsequently modified somewhat mostly by him.
Diffstat (limited to 'games/falcons-eye/patches/patch-ba')
-rw-r--r--games/falcons-eye/patches/patch-ba42
1 files changed, 42 insertions, 0 deletions
diff --git a/games/falcons-eye/patches/patch-ba b/games/falcons-eye/patches/patch-ba
new file mode 100644
index 00000000000..00ccf18fa41
--- /dev/null
+++ b/games/falcons-eye/patches/patch-ba
@@ -0,0 +1,42 @@
+$NetBSD: patch-ba,v 1.1.1.1 2002/01/21 11:56:17 pooka Exp $
+
+--- sys/unix/Makefile.src.orig Sun Jun 24 18:57:24 2001
++++ sys/unix/Makefile.src
+@@ -146,7 +146,7 @@
+ # directories. You should have sdl-config in your path; it gives the
+ # necessary compile and link flags.
+ #
+-JTPINC=$(shell sdl-config --cflags)
++JTPINC!=sdl-config --cflags
+
+ # flags for debugging:
+ # CFLAGS = -g -I../include
+@@ -218,8 +218,8 @@
+
+ #
+ #
+-WINSRC = $(WINTTYSRC) $(WINJTPSRC)
+-WINOBJ = $(WINTTYOBJ) $(WINJTPOBJ)
++WINSRC = $(WINJTPSRC)
++WINOBJ = $(WINJTPOBJ)
+
+ # on some systems the termcap library is in -ltermcap or -lcurses
+ # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead
+@@ -239,7 +239,7 @@
+ #
+
+ # SDL libraries for Falcon's Eye
+-WINJTPLIB = $(shell sdl-config --libs)
++WINJTPLIB!=sdl-config --libs
+
+ #
+ # libraries for X11
+@@ -264,7 +264,7 @@
+ # libraries for BeOS
+ WINBELIB = -lbe
+
+-WINLIB = $(WINTTYLIB) $(WINJTPLIB)
++WINLIB = $(WINJTPLIB)
+
+ # any other strange libraries your system needs (for Sysunix only -- the more
+ # specialized targets should already be right)