diff options
| author | Patrick Li <pat@FreeBSD.org> | 2002-04-24 22:54:23 +0000 |
|---|---|---|
| committer | Patrick Li <pat@FreeBSD.org> | 2002-04-24 22:54:23 +0000 |
| commit | 88016e2c504ee65a40347d1058af538001521912 (patch) | |
| tree | 320e4a946d624f92160e3971bed01ecfe38071e8 /textproc/pdftohtml/files/patch-src::Makefile | |
| parent | Update the checksum of one of ``gdevdj9.c.gz'' used by both ports. (diff) | |
Update to 0.33a
PR: 37403
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=58081
Diffstat (limited to 'textproc/pdftohtml/files/patch-src::Makefile')
| -rw-r--r-- | textproc/pdftohtml/files/patch-src::Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/pdftohtml/files/patch-src::Makefile b/textproc/pdftohtml/files/patch-src::Makefile new file mode 100644 index 000000000000..2e810053b9b7 --- /dev/null +++ b/textproc/pdftohtml/files/patch-src::Makefile @@ -0,0 +1,18 @@ +--- src/Makefile.orig Sun Apr 21 18:25:42 2002 ++++ src/Makefile Tue Apr 23 23:14:08 2002 +@@ -10,13 +10,13 @@ + GOOLIBDIR = ../goo + + +-CXXFLAGS = -g -DHAVE_DIRENT_H=1 -I.. -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(GOOSRCDIR) -I$(SRCDIR) -I$(XPDFSRCDIR) ++CXXFLAGS += -DHAVE_DIRENT_H=1 -I.. -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(GOOSRCDIR) -I$(SRCDIR) -I$(XPDFSRCDIR) + + LDFLAGS = + + OTHERLIBS = + +-CXX = c++ ++CC ?= cc + + LIBPREFIX = lib + EXE = |
