freebsd-ports/textproc/pdftohtml/files/patch-splash::Makefile
Erwin Lansing bf30b2a318 Respect CC
PR:		163171
Submitted by:	Jan Beich <jbeich@tormail.net>
2011-12-14 10:11:39 +00:00

17 lines
No EOL
342 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