diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/Makefile | 1 | ||||
-rw-r--r-- | graphics/sane-backends/files/patch-backend-Makefile.in | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index c8a7a05b4b6d..cbe5d02cca02 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 000000000000..1de08af42f56 --- /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) \ + + |