Make it build on DragonFly.
This commit is contained in:
parent
09fd5dedf6
commit
bbca8569e7
2 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
|
13
graphics/cinepaint/patches/patch-ag
Normal file
13
graphics/cinepaint/patches/patch-ag
Normal file
|
@ -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
|
Loading…
Reference in a new issue