summaryrefslogtreecommitdiff
path: root/print/xpp
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2007-04-08 00:11:47 +0000
committerNate Lawson <njl@FreeBSD.org>2007-04-08 00:11:47 +0000
commitc3598705ef386a9eb79d2ff7f0d26bab782a4be1 (patch)
treeceed8cb65cf5df3ea269dc89662a514e28da6b74 /print/xpp
parent- update to 0.37 (diff)
Fix build on g++41 by removing unnecessary qualifier.
Notes
Notes: svn path=/head/; revision=189458
Diffstat (limited to 'print/xpp')
-rw-r--r--print/xpp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
index 91ff6d137cff..ea13555c9ea8 100644
--- a/print/xpp/Makefile
+++ b/print/xpp/Makefile
@@ -28,5 +28,6 @@ post-configure:
@${REINPLACE_CMD} -e 's|$$(all_includes)|-I ${PREFIX}/include|' \
${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|printFiles::get|get|' ${WRKSRC}/xpp.h
.include <bsd.port.mk>