summaryrefslogtreecommitdiff
path: root/graphics/cinepaint/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cinepaint/patches/patch-ag')
-rw-r--r--graphics/cinepaint/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
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