diff options
author | hasso <hasso@pkgsrc.org> | 2009-04-28 11:43:31 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-04-28 11:43:31 +0000 |
commit | bbca8569e7a69d3a86c41c1db37fbbc0b361c772 (patch) | |
tree | 8592f72753634a85cecf644ed452c7cbf2e425fa /graphics/cinepaint | |
parent | 09fd5dedf666ced928e89716311bf9c0fc938b62 (diff) | |
download | pkgsrc-bbca8569e7a69d3a86c41c1db37fbbc0b361c772.tar.gz |
Make it build on DragonFly.
Diffstat (limited to 'graphics/cinepaint')
-rw-r--r-- | graphics/cinepaint/distinfo | 3 | ||||
-rw-r--r-- | graphics/cinepaint/patches/patch-ag | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/cinepaint/distinfo b/graphics/cinepaint/distinfo index 804e1eb364a..14f6199248a 100644 --- a/graphics/cinepaint/distinfo +++ b/graphics/cinepaint/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2008/11/29 07:41:10 adam Exp $ +$NetBSD: distinfo,v 1.12 2009/04/28 11:43:31 hasso Exp $ SHA1 (cinepaint-0.22-1.tar.gz) = 717580b9b8b1044d76f1f0e4330e1c8104e2a206 RMD160 (cinepaint-0.22-1.tar.gz) = 1f8e06486ed5e74ad483abec305d4fcef0538572 @@ -9,3 +9,4 @@ SHA1 (patch-ac) = ac9d761565da357cb66851df97e8df1d2a599aec SHA1 (patch-ad) = 855b8da71b13dde96bafc61e9b4a6ea02cdadfb2 SHA1 (patch-ae) = c7467b3bfef017e140d8d743ecea34b25418d9d7 SHA1 (patch-af) = 6232ac8b44bb3d112f12c6354d25e35a88dbf6a0 +SHA1 (patch-ag) = a9927308bb09eb4b9cdbc3ef21eadd21b817dd30 diff --git a/graphics/cinepaint/patches/patch-ag b/graphics/cinepaint/patches/patch-ag new file mode 100644 index 00000000000..9bffc6e74a8 --- /dev/null +++ b/graphics/cinepaint/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.3 2009/04/28 11:43:31 hasso Exp $ + +--- plug-ins/icc_examin/icc_examin/configure.orig 2009-04-12 11:30:12 +0300 ++++ plug-ins/icc_examin/icc_examin/configure 2009-04-12 11:31:02 +0300 +@@ -207,7 +207,7 @@ else + echo "SunOS detected" + OSUNAME=SunOS + else +- if [ $UNAME_ = "OpenBSD" ] || [ $UNAME_ = "NetBSD" ] || [ $UNAME_ = "FreeBSD" ]; then ++ if [ $UNAME_ = "OpenBSD" ] || [ $UNAME_ = "NetBSD" ] || [ $UNAME_ = "FreeBSD" ] || [ $UNAME_ = "DragonFly" ]; then + echo "BSD = 1" >> $CONF + OS_EXT=.bsd + echo "#define BSD 1" >> $CONF_H |