mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
graphics/xpdf is renamed (actually copied) to xpdf3. Those who want to continue to use xpdf with a Motif interface can either install xpdf3 or set XPDF_VERSION=3 in make.conf and continue to install graphics/xpdf. This works around any POLA issues people might have between the old and the new. PR: 222002
11 lines
458 B
Text
11 lines
458 B
Text
--- 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@
|