diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-06 12:15:55 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-06 12:15:55 +0000 |
| commit | e555a1dbc30175363cba328548faa62c82a6db91 (patch) | |
| tree | 10606470d8b21e1b71cbc5445ed4cd505642f8d8 /textproc/pdftohtml/files/patch-goo::Makefile | |
| parent | Add missing entries to pkg-plist. (diff) | |
add pdftohtml
A command-line tool for converting pdf-files into html
PR: 27824
Submitted by: Soeren Boll Overgaard <boll@tolkien.dk>
Notes
Notes:
svn path=/head/; revision=45874
Diffstat (limited to 'textproc/pdftohtml/files/patch-goo::Makefile')
| -rw-r--r-- | textproc/pdftohtml/files/patch-goo::Makefile | 16 |
1 files changed, 16 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..ae9d62c45642 --- /dev/null +++ b/textproc/pdftohtml/files/patch-goo::Makefile @@ -0,0 +1,16 @@ +--- goo/Makefile.orig Mon Aug 6 20:03:55 2001 ++++ goo/Makefile Mon Aug 6 20:04:26 2001 +@@ -2,11 +2,9 @@ + + srcdir = . + +-CFLAGS = -g -O2 -DHAVE_DIRENT_H=1 -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(srcdir) +-CXXFLAGS = -g -O2 -DHAVE_DIRENT_H=1 -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(srcdir) ++CFLAGS += -DHAVE_DIRENT_H=1 -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(srcdir) ++CXXFLAGS += -DHAVE_DIRENT_H=1 -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(srcdir) + +-CC = gcc +-CXX = c++ + AR = ar rc + RANLIB = ranlib + |
