diff options
Diffstat (limited to 'textproc/pdftohtml/files/patch-xpdf::Makefile')
-rw-r--r-- | textproc/pdftohtml/files/patch-xpdf::Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/pdftohtml/files/patch-xpdf::Makefile b/textproc/pdftohtml/files/patch-xpdf::Makefile new file mode 100644 index 000000000000..0695d64bb775 --- /dev/null +++ b/textproc/pdftohtml/files/patch-xpdf::Makefile @@ -0,0 +1,17 @@ +--- xpdf/Makefile.orig Mon Aug 6 20:04:59 2001 ++++ xpdf/Makefile Mon Aug 6 20:05:29 2001 +@@ -8,13 +8,11 @@ + GOOLIBDIR = ../goo + + +-CXXFLAGS = -g -DHAVE_DIRENT_H=1 -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(GOOSRCDIR) -I$(srcdir) ++CXXFLAGS += -DHAVE_DIRENT_H=1 -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(GOOSRCDIR) -I$(srcdir) + + LDFLAGS = + + OTHERLIBS = +- +-CXX = c++ + + LIBPREFIX = lib + EXE = |