
$FreeBSD: ports/textproc/pdftohtml/files/patch-splash::Makefile,v 1.2 2011/12/14 10:11:39 erwin Exp $

--- 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
 