aboutsummaryrefslogtreecommitdiff
path: root/textproc/pdftohtml
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2011-12-14 10:11:39 +0000
committerErwin Lansing <erwin@FreeBSD.org>2011-12-14 10:11:39 +0000
commitbf30b2a3182cf1054c1bec7a6abb68e1d5227366 (patch)
tree35bbfa600bdd847ca6213b293d3e767d8f598f94 /textproc/pdftohtml
parentd6e5838efa7b62c221cfceba5480165a8e0b23f4 (diff)
downloadports-bf30b2a3182cf1054c1bec7a6abb68e1d5227366.tar.gz
ports-bf30b2a3182cf1054c1bec7a6abb68e1d5227366.zip
Notes
Diffstat (limited to 'textproc/pdftohtml')
-rw-r--r--textproc/pdftohtml/files/patch-fofi::Makefile5
-rw-r--r--textproc/pdftohtml/files/patch-splash::Makefile7
2 files changed, 9 insertions, 3 deletions
diff --git a/textproc/pdftohtml/files/patch-fofi::Makefile b/textproc/pdftohtml/files/patch-fofi::Makefile
index da7cee0ad0d8..a8c6d4bb721a 100644
--- a/textproc/pdftohtml/files/patch-fofi::Makefile
+++ b/textproc/pdftohtml/files/patch-fofi::Makefile
@@ -10,5 +10,8 @@ $FreeBSD$
-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
+
diff --git a/textproc/pdftohtml/files/patch-splash::Makefile b/textproc/pdftohtml/files/patch-splash::Makefile
index b868bc8a84de..361d65d6a584 100644
--- a/textproc/pdftohtml/files/patch-splash::Makefile
+++ b/textproc/pdftohtml/files/patch-splash::Makefile
@@ -3,12 +3,15 @@ $FreeBSD$
--- splash/Makefile
+++ splash/Makefile
-@@ -16,7 +16,7 @@
+@@ -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++
++CXX ?= g++
AR = ar rc
+ RANLIB = ranlib
+ \ No newline at end of file