Make sane build with gimp >= 1.1.27
PR: 21993 Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
This commit is contained in:
parent
330a953664
commit
b1818d8e40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35236
6 changed files with 39 additions and 0 deletions
|
@ -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/
|
||||
|
|
12
graphics/sane-backends/files/patch-af
Normal file
12
graphics/sane-backends/files/patch-af
Normal file
|
@ -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);
|
||||
|
|
@ -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/
|
||||
|
|
12
graphics/sane-frontends/files/patch-af
Normal file
12
graphics/sane-frontends/files/patch-af
Normal file
|
@ -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);
|
||||
|
|
@ -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/
|
||||
|
|
12
graphics/sane/files/patch-af
Normal file
12
graphics/sane/files/patch-af
Normal file
|
@ -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);
|
||||
|
Loading…
Reference in a new issue