From 6d371b1303d729b8180e5c7177756c2571f87aa0 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 15 May 2006 21:30:00 +0000 Subject: 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". --- games/stratagus/distinfo | 3 ++- games/stratagus/patches/patch-ab | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 games/stratagus/patches/patch-ab (limited to 'games/stratagus') 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 -- cgit v1.2.3