aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pdftohtml
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2011-12-14 18:11:39 +0800
committererwin <erwin@FreeBSD.org>2011-12-14 18:11:39 +0800
commit713c1518e8c35d5da306ff4aba0ef96111d5c8e4 (patch)
tree6727fa8f514c1ba6e4f16518533240c144f6d5ac /textproc/pdftohtml
parent4f5f62133d6dfe963010758bee9cb8d16caed7ff (diff)
downloadfreebsd-ports-gnome-713c1518e8c35d5da306ff4aba0ef96111d5c8e4.tar.gz
freebsd-ports-gnome-713c1518e8c35d5da306ff4aba0ef96111d5c8e4.tar.zst
freebsd-ports-gnome-713c1518e8c35d5da306ff4aba0ef96111d5c8e4.zip
Respect CC
PR: 163171 Submitted by: Jan Beich <jbeich@tormail.net>
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