diff options
author | hasso <hasso@pkgsrc.org> | 2009-06-05 07:08:42 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-06-05 07:08:42 +0000 |
commit | aa9aaf58987f551eefa6d1ec36308491ba08d380 (patch) | |
tree | 91c48b5383c5dfdde08c5df2a2ee8dc4e283c12c /games/ufoai | |
parent | 7c11dba64152ef767942f92d54056b99cce99a7b (diff) | |
download | pkgsrc-aa9aaf58987f551eefa6d1ec36308491ba08d380.tar.gz |
Make it build on DragonFly.
Diffstat (limited to 'games/ufoai')
-rw-r--r-- | games/ufoai/distinfo | 3 | ||||
-rw-r--r-- | games/ufoai/patches/patch-aa | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/games/ufoai/distinfo b/games/ufoai/distinfo index 00dcfa1706c..5d5c2f4c75d 100644 --- a/games/ufoai/distinfo +++ b/games/ufoai/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/09/09 12:46:36 kefren Exp $ +$NetBSD: distinfo,v 1.2 2009/06/05 07:08:42 hasso Exp $ SHA1 (ufoai-2.2.1-data.tar) = eb071333478bd6860179e12d8655301980f87d60 RMD160 (ufoai-2.2.1-data.tar) = af91dd473f59c73e705181759059bd37ba215f62 @@ -9,3 +9,4 @@ Size (ufoai-2.2.1-mappack.tar.bz2) = 72880186 bytes SHA1 (ufoai-2.2.1-source.tar.bz2) = 6ad1b8c357fdbbe9a31839b3bf8de46ad17a40eb RMD160 (ufoai-2.2.1-source.tar.bz2) = 980405a5d38bcbb5ae2cea4e25c54374c7dd8e99 Size (ufoai-2.2.1-source.tar.bz2) = 7640531 bytes +SHA1 (patch-aa) = 2b196e8d94a1848b42212f32c90a259e56440382 diff --git a/games/ufoai/patches/patch-aa b/games/ufoai/patches/patch-aa new file mode 100644 index 00000000000..7244e2b6259 --- /dev/null +++ b/games/ufoai/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2009/06/05 07:08:42 hasso Exp $ + +--- configure.orig 2009-06-05 03:03:17 +0300 ++++ configure 2009-06-05 03:04:44 +0300 +@@ -2131,6 +2131,10 @@ elif test `echo $target_os | sed "s/\(fr + then + TARGET_OS=freebsd + ++elif test `echo $target_os | sed "s/\(dragonfly\).*/\1/"` = "dragonfly" ++then ++ TARGET_OS=freebsd ++ + elif test `echo $target_os | sed "s/\(netbsd\).*/\1/"` = "netbsd" + then + TARGET_OS=netbsd |