aboutsummaryrefslogtreecommitdiff
path: root/textproc/pdftohtml/files/patch-xpdf::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/pdftohtml/files/patch-xpdf::Makefile')
-rw-r--r--textproc/pdftohtml/files/patch-xpdf::Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/textproc/pdftohtml/files/patch-xpdf::Makefile b/textproc/pdftohtml/files/patch-xpdf::Makefile
deleted file mode 100644
index 96ce9bd5e023..000000000000
--- a/textproc/pdftohtml/files/patch-xpdf::Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- xpdf/Makefile.orig Sun Apr 21 18:25:54 2002
-+++ xpdf/Makefile Tue Apr 23 23:02:09 2002
-@@ -9,16 +9,15 @@
-
- SHELL = /bin/sh
-
--prefix = /usr/local
- srcdir = .
-
- GOOSRCDIR = $(srcdir)/../goo
- GOOLIBDIR = ../goo
-
--CXXFLAGS = -g -O2 -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(srcdir)
-+CXXFLAGS += -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(srcdir)
-
--CC = gcc
--CXX = c++
-+CC ?= cc
-+CXX ?= c++
- AR = ar rc
- RANLIB = ranlib
-