diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pdftohtml/Makefile | 2 | ||||
-rw-r--r-- | textproc/pdftohtml/distinfo | 2 | ||||
-rw-r--r-- | textproc/pdftohtml/files/patch-aconf.h | 11 |
3 files changed, 13 insertions, 2 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile index 654d055f76f4..dc7f8306113f 100644 --- a/textproc/pdftohtml/Makefile +++ b/textproc/pdftohtml/Makefile @@ -18,7 +18,7 @@ MAINTAINER= erwin@lansing.dk RUN_DEPENDS= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${DISTNAME} pre-patch: .for file in goo/Makefile xpdf/Makefile diff --git a/textproc/pdftohtml/distinfo b/textproc/pdftohtml/distinfo index af5f705869d6..8f9b5bccd499 100644 --- a/textproc/pdftohtml/distinfo +++ b/textproc/pdftohtml/distinfo @@ -1 +1 @@ -MD5 (pdftohtml_0_34.tar.gz) = f124178552a2e6a5b37b89643e679718 +MD5 (pdftohtml_0_34.tar.gz) = b380737f9197a77d59e044b783054ed6 diff --git a/textproc/pdftohtml/files/patch-aconf.h b/textproc/pdftohtml/files/patch-aconf.h new file mode 100644 index 000000000000..dadd74ce0d87 --- /dev/null +++ b/textproc/pdftohtml/files/patch-aconf.h @@ -0,0 +1,11 @@ +--- aconf.h Thu Jun 20 03:44:31 2002 ++++ /home/meshko/xpdf/work/pdftohtml/aconf.h Tue Apr 16 18:02:02 2002 +@@ -51,7 +51,7 @@ + /* #undef HAVE_BSTRING_H */ + #define HAVE_POPEN 1 + #define HAVE_MKSTEMP 1 +-/* #define HAVE_MKSTEMPS 1 */ ++#define HAVE_MKSTEMPS 1 + /* #undef SELECT_TAKES_INT */ + #define GHOSTSCRIPT "gs" + |