summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-05-24 09:46:08 +0000
committermiwi <miwi@FreeBSD.org>2009-05-24 09:46:08 +0000
commitcbc427cdaf32986855bbfb5ea3887f59f3e8ee0a (patch)
tree0de0c38857efd156f041de65e3d82d55458d7ede /graphics
parent78ce8036a2290e72431ea4d272165ee5890ee20c (diff)
downloadFreeBSD-ports-cbc427cdaf32986855bbfb5ea3887f59f3e8ee0a.zip
FreeBSD-ports-cbc427cdaf32986855bbfb5ea3887f59f3e8ee0a.tar.gz
- Fix build with portupgrade
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sane-backends/Makefile1
-rw-r--r--graphics/sane-backends/files/patch-backend-Makefile.in14
2 files changed, 15 insertions, 0 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index c8a7a05..cbe5d02 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sane-backends
PORTVERSION= 1.0.20
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://alioth.debian.org/frs/download.php/3026/ \
ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \
diff --git a/graphics/sane-backends/files/patch-backend-Makefile.in b/graphics/sane-backends/files/patch-backend-Makefile.in
new file mode 100644
index 0000000..1de08af
--- /dev/null
+++ b/graphics/sane-backends/files/patch-backend-Makefile.in
@@ -0,0 +1,14 @@
+
+--- backend/Makefile.in.orig 2009-04-30 17:41:18.000000000 +0400
++++ backend/Makefile.in 2009-05-24 12:02:03.000000000 +0400
+@@ -1138,7 +1138,7 @@
+ libxerox_mfp_la_LIBADD =
+ am_libxerox_mfp_la_OBJECTS = libxerox_mfp_la-xerox_mfp.lo
+ libxerox_mfp_la_OBJECTS = $(am_libxerox_mfp_la_OBJECTS)
+-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include/sane
++DEFAULT_INCLUDES = -I$(top_builddir)/include/sane -I.@am__isrc@
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+
+
OpenPOWER on IntegriCloud