aboutsummaryrefslogtreecommitdiff
path: root/graphics/xpdf3/files/patch-splash_Makefile.in
blob: 280cadcca468d61cfe10c180d0293fa0704c7a79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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@