summaryrefslogtreecommitdiff
path: root/graphics/cinepaint/patches/patch-ag
blob: 0f0d60cf0693063a000d6d10b1c56b214610f79e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ag,v 1.4 2009/12/22 15:42:20 drochner Exp $

--- plug-ins/icc_examin/icc_examin/configure.orig	2007-05-10 15:48:30.000000000 +0000
+++ plug-ins/icc_examin/icc_examin/configure
@@ -207,9 +207,9 @@ 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
+#        OS_EXT=.bsd
         echo "#define BSD 1" >> $CONF_H
         echo "BSD $UNAME_             detected"
         OSUNAME=BSD