summaryrefslogtreecommitdiff
path: root/textproc/pdftohtml/files/patch-goo::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/pdftohtml/files/patch-goo::Makefile')
-rw-r--r--textproc/pdftohtml/files/patch-goo::Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/pdftohtml/files/patch-goo::Makefile b/textproc/pdftohtml/files/patch-goo::Makefile
new file mode 100644
index 000000000000..a7ae08b348d8
--- /dev/null
+++ b/textproc/pdftohtml/files/patch-goo::Makefile
@@ -0,0 +1,18 @@
+--- goo/Makefile.orig Sun Apr 21 18:26:03 2002
++++ goo/Makefile Tue Apr 23 23:14:45 2002
+@@ -11,11 +11,11 @@
+
+ srcdir = .
+
+-CFLAGS = -g -O2 -DHAVE_CONFIG_H -I.. -I$(srcdir)
+-CXXFLAGS = -g -O2 -DHAVE_CONFIG_H -I.. -I$(srcdir)
++CFLAGS += -DHAVE_CONFIG_H -I.. -I$(srcdir)
++CXXFLAGS += -DHAVE_CONFIG_H -I.. -I$(srcdir)
+
+-CC = gcc
+-CXX = c++
++CC ?= cc
++CXX ?= c++
+ AR = ar rc
+ RANLIB = ranlib
+