1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/print/gimp-print/files/patch-src_cups_Makefile.in
Christian Weisgerber 702afd3b0d Fix include path order so headers from a previously installed version
are not picked up.

PR:		48354
2003-02-18 02:53:23 +00:00

17 lines
616 B
Plaintext

$FreeBSD$
--- src/cups/Makefile.in.orig Sat Jan 25 01:55:06 2003
+++ src/cups/Makefile.in Tue Feb 18 03:14:20 2003
@@ -197,8 +197,8 @@
cups_modeldir = $(pkgdatadir)/model
AM_CFLAGS = $(GNUCFLAGS)
-DEFS = @CUPS_CFLAGS@ @DEFS@ -I. -I$(srcdir) -I../.. -DCUPS_DATADIR=\"$(pkgdatadir)\" -DGIMP_PRINT_VERSION=\"$(VERSION)\"
-INCLUDES = @INCLUDES@ $(LIBGIMPPRINT_CFLAGS)
+DEFS = @DEFS@ -I. -I$(srcdir) -I../.. -DCUPS_DATADIR=\"$(pkgdatadir)\" -DGIMP_PRINT_VERSION=\"$(VERSION)\"
+INCLUDES = @INCLUDES@ $(LIBGIMPPRINT_CFLAGS) @CUPS_CFLAGS@
LIBPRINTUT = $(top_builddir)/lib/libprintut.la
LIBS = $(INTLLIBS) @LIBS@