summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-10-21 17:10:14 +0000
committerhubertf <hubertf@pkgsrc.org>2001-10-21 17:10:14 +0000
commit7579c31cc4dce79f805df3b96704573b9cacb299 (patch)
tree91dca1071590d0d4ad0f577702c810086f46cc73 /games
parent0dc8d35f48e4ca42c8f2c076686f7e62e7a94cc1 (diff)
downloadpkgsrc-7579c31cc4dce79f805df3b96704573b9cacb299.tar.gz
use "sdl-config --libs" instead of hardcoding libs.
Makes this pkg build in bulk builds.
Diffstat (limited to 'games')
-rw-r--r--games/iso-pernangband/distinfo4
-rw-r--r--games/iso-pernangband/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/iso-pernangband/distinfo b/games/iso-pernangband/distinfo
index 5fd9ac48773..85f9843e8d3 100644
--- a/games/iso-pernangband/distinfo
+++ b/games/iso-pernangband/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/10/17 21:51:15 hubertf Exp $
+$NetBSD: distinfo,v 1.2 2001/10/21 17:10:14 hubertf Exp $
SHA1 (iso-pern_src-0_2_6.tar.gz) = f71a815e4942dbf59dc6611abf5b538c8a8d1519
Size (iso-pern_src-0_2_6.tar.gz) = 2432783 bytes
-SHA1 (patch-aa) = 39dcd646fc56d2cfd8a178b52013f8d46c43bbb1
+SHA1 (patch-aa) = d4f09c254e71e1395e8f0968d7bc6478ad3f976c
diff --git a/games/iso-pernangband/patches/patch-aa b/games/iso-pernangband/patches/patch-aa
index 159029e2a66..0cb5bcc26ca 100644
--- a/games/iso-pernangband/patches/patch-aa
+++ b/games/iso-pernangband/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/10/17 21:51:15 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2001/10/21 17:10:14 hubertf Exp $
--- Makefile.orig Sun May 20 07:01:06 2001
+++ Makefile
@@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/10/17 21:51:15 hubertf Exp $
+CXXFLAGS = -Wall -O1 -pipe -g -I./simugraph -D"USE_ISOV_X11" -D"USE_TRANSPARENCY"
# LIBS = -lX11 -lXext -L/usr/X11R6/lib
-LIBS = -lX11 -lXext -lSDL -lpthread -L/usr/X11R6/lib
-+LIBS = -lX11 -lXext -lSDL -lXxf86dga -lXxf86vm -lpthread -L/usr/X11R6/lib
++LIBS = `sdl-config --libs`
##