summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-03 19:37:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-03 19:37:53 +0000
commit254a25294610127575cc35943c6919069d2e24b6 (patch)
tree8c13a94a6ff8d1d0b44e213e94c1213d3c3506e1 /print
parent- Fix build on -current (diff)
- Fix build on -current
PR: 58879 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=92989
Diffstat (limited to 'print')
-rw-r--r--print/cpp2latex/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/cpp2latex/Makefile b/print/cpp2latex/Makefile
index 282d7af5ddaf..20dc8802d660 100644
--- a/print/cpp2latex/Makefile
+++ b/print/cpp2latex/Makefile
@@ -14,17 +14,17 @@ MASTER_SITES= http://www.arnoldarts.de/
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert C++ source to a file you can input in an LaTeX-document
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
-.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure
-.if !defined(NOPORTDOCS)
post-install:
+.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for docfile in AUTHORS ChangeLog README TODO
${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}