mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Keep checksum current: author rerolled distfile and the only change is to
not define HAVE_MKSTEMPS by default. Add a patch to define HAVE_MKSTEMPS since we have it in our implementation. PR: ports/39582 Submitted by: maintainer
This commit is contained in:
parent
6357cc6722
commit
88f2f815d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61747
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pdftohtml_0_34.tar.gz) = f124178552a2e6a5b37b89643e679718
|
||||
MD5 (pdftohtml_0_34.tar.gz) = b380737f9197a77d59e044b783054ed6
|
||||
|
11
textproc/pdftohtml/files/patch-aconf.h
Normal file
11
textproc/pdftohtml/files/patch-aconf.h
Normal file
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user