1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/graphics/xpdf/files/patch-splash_Makefile.in
Cy Schubert 85d168ab7e Update 3.03 --> 3.04
Discovered by:		bapt
2015-01-19 20:32:52 +00:00

12 lines
458 B
Plaintext

--- splash/Makefile.in.orig 2014-05-28 11:50:50.000000000 -0700
+++ splash/Makefile.in 2014-12-20 18:20:37.776117864 -0800
@@ -16,7 +16,7 @@
FOFISRCDIR = $(srcdir)/../fofi
FOFILIBDIR = ../fofi
-CXXFLAGS = @CXXFLAGS@ @DEFS@ -I.. -I$(srcdir)/.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir) @freetype2_CFLAGS@
+CXXFLAGS = @CXXFLAGS@ @DEFS@ -I.. -I$(srcdir)/.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir) @freetype2_CFLAGS@ @X_CFLAGS@
CXX = @CXX@
AR = @AR@