summaryrefslogtreecommitdiff
path: root/textproc/pdftohtml/files/patch-fofi::Makefile
blob: e18e6cb2e4814f7a80df8f484b21224d7bc451da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- fofi/Makefile.orig	2011-12-19 11:57:17.000000000 +0000
+++ fofi/Makefile	2011-12-19 12:14:09.000000000 +0000
@@ -14,9 +14,9 @@
 GOOSRCDIR = $(srcdir)/../goo
 GOOLIBDIR = ../goo
 
-CXXFLAGS =   -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(srcdir)
+CXXFLAGS +=   -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(srcdir)
 
-CXX = g++
+CXX ?= g++
 AR = ar rc
 RANLIB = ranlib