ports/textproc/pdftohtml/files/patch-splash::Makefile
2013-02-01 15:04:00 +00:00

17 lines
343 B
Text

$FreeBSD$
--- splash/Makefile
+++ splash/Makefile
@@ -16,9 +16,9 @@
FOFISRCDIR = $(srcdir)/../fofi
FOFILIBDIR = ../fofi
-CXXFLAGS = -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir)
+CXXFLAGS += -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir)
-CXX = g++
+CXX ?= g++
AR = ar rc
RANLIB = ranlib