mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- PDF_close() shouldn't fclose() the file because PDF_open() expects an
open file descriptor (see http://www.php.net/manual/function.pdf-close.php3 for details) - honor ${CC} PR: ports/11501 Submitted by: Palle Girgensohn <girgen@partitur.se>
This commit is contained in:
parent
915d8e6adc
commit
4f1922c3da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18895
3 changed files with 6 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: Mon Jan 18 17:03:33 CET 1999
|
||||
# Whom: Dirk Froemberg <dirk@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1999/01/20 14:49:12 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pdflib-0.6
|
||||
|
@ -19,6 +19,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \
|
|||
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= makefile.gcc
|
||||
MAKE_ENV= CC=${CC}
|
||||
|
||||
pre-build:
|
||||
${SED} -e "s#!!PREFIX!!#${PREFIX}#" < ${WRKSRC}/pdf.h > ${WRKSRC}/pdf.h.tmp
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Date created: Mon Jan 18 17:03:33 CET 1999
|
||||
# Whom: Dirk Froemberg <dirk@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1999/01/20 14:49:12 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pdflib-0.6
|
||||
|
@ -19,6 +19,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \
|
|||
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= makefile.gcc
|
||||
MAKE_ENV= CC=${CC}
|
||||
|
||||
pre-build:
|
||||
${SED} -e "s#!!PREFIX!!#${PREFIX}#" < ${WRKSRC}/pdf.h > ${WRKSRC}/pdf.h.tmp
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Date created: Mon Jan 18 17:03:33 CET 1999
|
||||
# Whom: Dirk Froemberg <dirk@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1999/01/20 14:49:12 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pdflib-0.6
|
||||
|
@ -19,6 +19,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \
|
|||
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= makefile.gcc
|
||||
MAKE_ENV= CC=${CC}
|
||||
|
||||
pre-build:
|
||||
${SED} -e "s#!!PREFIX!!#${PREFIX}#" < ${WRKSRC}/pdf.h > ${WRKSRC}/pdf.h.tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue