summaryrefslogtreecommitdiff
path: root/graphics/sane-frontends
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-11-18 03:56:52 +0000
committerAde Lovett <ade@FreeBSD.org>2000-11-18 03:56:52 +0000
commitb1818d8e4072728bb7dc0b14d177b5ae68c82518 (patch)
treebed650cc9854aa45ecf1e27e3fb5cffcc13f5901 /graphics/sane-frontends
parentUpdate port to 4.44 (diff)
Make sane build with gimp >= 1.1.27
PR: 21993 Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Notes
Notes: svn path=/head/; revision=35236
Diffstat (limited to 'graphics/sane-frontends')
-rw-r--r--graphics/sane-frontends/Makefile1
-rw-r--r--graphics/sane-frontends/files/patch-af12
2 files changed, 13 insertions, 0 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile
index 46f183b00564..f8ab104fee5d 100644
--- a/graphics/sane-frontends/Makefile
+++ b/graphics/sane-frontends/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sane
PORTVERSION= 1.0.3
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://ftp.mostang.com/pub/sane/
diff --git a/graphics/sane-frontends/files/patch-af b/graphics/sane-frontends/files/patch-af
new file mode 100644
index 000000000000..22046d4f0224
--- /dev/null
+++ b/graphics/sane-frontends/files/patch-af
@@ -0,0 +1,12 @@
+--- frontend/xscanimage.c.orig Sun Oct 15 08:12:12 2000
++++ frontend/xscanimage.c Sun Oct 15 08:12:39 2000
+@@ -57,6 +57,8 @@
+
+ #ifdef HAVE_LIBGIMP_GIMP_H
+
++#define GIMP_ENABLE_COMPAT_CRUFT
++
+ #include <libgimp/gimp.h>
+
+ static void query (void);
+