diff options
Diffstat (limited to 'textproc/pdftohtml/files/patch-splash::Makefile')
-rw-r--r-- | textproc/pdftohtml/files/patch-splash::Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/pdftohtml/files/patch-splash::Makefile b/textproc/pdftohtml/files/patch-splash::Makefile new file mode 100644 index 000000000000..b868bc8a84de --- /dev/null +++ b/textproc/pdftohtml/files/patch-splash::Makefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- splash/Makefile ++++ splash/Makefile +@@ -16,7 +16,7 @@ + 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++ + AR = ar rc |