summaryrefslogtreecommitdiff
path: root/games/scummvm-tools
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-08-18 07:42:28 +0000
committermarino <marino@pkgsrc.org>2012-08-18 07:42:28 +0000
commitc9e4aeab3669cf29370d660a7fab044f94abc3ca (patch)
tree3294abe12a50c0c656272ae62589c66790d4ede3 /games/scummvm-tools
parent6bc535fffdbb7fca86b96bf39e770e7137bb7c22 (diff)
downloadpkgsrc-c9e4aeab3669cf29370d660a7fab044f94abc3ca.tar.gz
games/scummvm-tools: Fix DragonFly regression
Add DragonFly to the list of POSIX systems to fix build.
Diffstat (limited to 'games/scummvm-tools')
-rw-r--r--games/scummvm-tools/distinfo3
-rw-r--r--games/scummvm-tools/patches/patch-configure16
2 files changed, 18 insertions, 1 deletions
diff --git a/games/scummvm-tools/distinfo b/games/scummvm-tools/distinfo
index 6ae13a48859..183319c2e37 100644
--- a/games/scummvm-tools/distinfo
+++ b/games/scummvm-tools/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2012/08/12 22:00:34 wiz Exp $
+$NetBSD: distinfo,v 1.4 2012/08/18 07:42:28 marino Exp $
SHA1 (scummvm-tools-1.4.0.tar.bz2) = 44a422872180f8aea3eb57e0462d930e22c533ba
RMD160 (scummvm-tools-1.4.0.tar.bz2) = baabb1d8fb99be72c5eafb186aa132b797edc58d
Size (scummvm-tools-1.4.0.tar.bz2) = 943697 bytes
+SHA1 (patch-configure) = cf5da2584ec2fa05fb81faa115f8de0616dd04f7
diff --git a/games/scummvm-tools/patches/patch-configure b/games/scummvm-tools/patches/patch-configure
new file mode 100644
index 00000000000..5888096c620
--- /dev/null
+++ b/games/scummvm-tools/patches/patch-configure
@@ -0,0 +1,16 @@
+$NetBSD: patch-configure,v 1.1 2012/08/18 07:42:29 marino Exp $
+
+Add DragonFly support
+
+--- configure.orig 2011-11-03 18:13:41.000000000 +0000
++++ configure
+@@ -886,6 +886,9 @@ case $_host_os in
+ android | beos* | bsd* | darwin* | freebsd* | gph-linux | haiku* | hpux* | iphone | irix* | linux* | mint* | netbsd* | openbsd* | solaris* | sunos* | uclinux* | webos)
+ _posix=yes
+ ;;
++ dragonfly*)
++ _posix=yes
++ ;;
+ os2-emx*)
+ _posix=yes # FIXME: Really???
+ ;;