summaryrefslogtreecommitdiff
path: root/games/stratagus
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-15 21:30:00 +0000
committerjoerg <joerg>2006-05-15 21:30:00 +0000
commit6d371b1303d729b8180e5c7177756c2571f87aa0 (patch)
tree6d913e970273f2a028a424c518f7a1e684389e0a /games/stratagus
parent22ea1c1f87fe9791eda58ccfeec315a30530a1c4 (diff)
downloadpkgsrc-6d371b1303d729b8180e5c7177756c2571f87aa0.tar.gz
Let's repeat:
Linux is not a good default architecture. Linux is not a good default architecture. Linux is not a good default architecture. For example, many platforms don't have concepts like "-ldl".
Diffstat (limited to 'games/stratagus')
-rw-r--r--games/stratagus/distinfo3
-rw-r--r--games/stratagus/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/games/stratagus/distinfo b/games/stratagus/distinfo
index 6b475ff4d9d..e112630804a 100644
--- a/games/stratagus/distinfo
+++ b/games/stratagus/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 23:12:03 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/05/15 21:30:00 joerg Exp $
SHA1 (stratagus-2.1-src.tar.gz) = 33181d57e018825a450f1e8c0ec31b0887cbd39c
RMD160 (stratagus-2.1-src.tar.gz) = f5f97854cad9f17104de34613012fd3aa2efbb9b
Size (stratagus-2.1-src.tar.gz) = 995686 bytes
SHA1 (patch-aa) = 2f1403d58b3a745845c3b3e94abb7cf65b00194d
+SHA1 (patch-ab) = 404081c88b943c3edc76e0503c19fdb98a732145
diff --git a/games/stratagus/patches/patch-ab b/games/stratagus/patches/patch-ab
new file mode 100644
index 00000000000..f0e04328805
--- /dev/null
+++ b/games/stratagus/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/05/15 21:30:00 joerg Exp $
+
+--- configure.orig 2006-05-15 21:03:08.000000000 +0000
++++ configure
+@@ -3050,7 +3050,7 @@ if test "`uname -a | grep -is cygwin`" -
+ ARCH=win32
+ OBJDIR=winobj
+ PLATFORM="-DUSE_WIN32"
+-elif test "`uname -a | grep -is bsd`"; then
++elif test "`uname -a | grep -is bsd`" || test `uname -s` = "DragonFly"; then
+ ARCH=bsd
+ PLATFORM="-DBSD"
+ elif test "`uname -a | grep -is beos`"; then