diff options
author | marino <marino@pkgsrc.org> | 2012-08-07 16:44:50 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-08-07 16:44:50 +0000 |
commit | ba52038d988cecee2ee5c1c2f8fe0ecba693b495 (patch) | |
tree | fccac00e95e585bbb8477bb19a200e86bcead61f /graphics/panomatic | |
parent | 2e38519d299606a5b6b463c4453efbc6c8d0a506 (diff) | |
download | pkgsrc-ba52038d988cecee2ee5c1c2f8fe0ecba693b495.tar.gz |
graphics/panomatic: Set ZT_POSIX for DragonFly
Add DragonFly to the list of BSDs with posix threads to fix build.
Diffstat (limited to 'graphics/panomatic')
-rw-r--r-- | graphics/panomatic/distinfo | 3 | ||||
-rw-r--r-- | graphics/panomatic/patches/patch-zthread_include_zthread_Config.h | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/panomatic/distinfo b/graphics/panomatic/distinfo index c946ece0d45..34221b2c5dc 100644 --- a/graphics/panomatic/distinfo +++ b/graphics/panomatic/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2011/02/01 10:27:39 wiz Exp $ +$NetBSD: distinfo,v 1.4 2012/08/07 16:44:50 marino Exp $ SHA1 (panomatic-0.9.4-src.tar.bz2) = cc0a48d81d090ec90e134afba4b9e700a5843f09 RMD160 (panomatic-0.9.4-src.tar.bz2) = 14ad37420733f950b8f7640c2e7f0b3fe593af89 @@ -8,3 +8,4 @@ SHA1 (patch-ab) = 316d23c740ee23e35b7b2f4ae8c0cc1b87c47ccb SHA1 (patch-ac) = 2fa2168a257b60ae194675e3b0abd00bf6c7799b SHA1 (patch-ad) = da2fdad2c8dd225f49f74d1f7c212f1b90babd08 SHA1 (patch-ba) = 65fd25c9ae6fd22046a050687154940ab41849b7 +SHA1 (patch-zthread_include_zthread_Config.h) = baf716cf89dbf77cee1cfc53e25d4a1f6921cb8e diff --git a/graphics/panomatic/patches/patch-zthread_include_zthread_Config.h b/graphics/panomatic/patches/patch-zthread_include_zthread_Config.h new file mode 100644 index 00000000000..8c3cbd99795 --- /dev/null +++ b/graphics/panomatic/patches/patch-zthread_include_zthread_Config.h @@ -0,0 +1,12 @@ +$NetBSD: patch-zthread_include_zthread_Config.h,v 1.1 2012/08/07 16:44:50 marino Exp $ + +--- zthread/include/zthread/Config.h.orig 2008-03-01 02:08:48.000000000 +0000 ++++ zthread/include/zthread/Config.h +@@ -111,6 +111,7 @@ + // Check for well known platforms + #elif defined(__linux__) || \ + defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \ ++ defined(__DragonFly__) || \ + defined(__hpux) || \ + defined(__sgi) || \ + defined(__sun) |