aboutsummaryrefslogtreecommitdiffstats
path: root/print/xpp
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2007-04-08 08:11:47 +0800
committernjl <njl@FreeBSD.org>2007-04-08 08:11:47 +0800
commitc20d2c350aecd43702ec7e97bc6e5781f93764e6 (patch)
tree89bf2f4984b2048907f2632f046abc95e5b20695 /print/xpp
parente3ca4e3183e741e4e9ee3907fca0de453f50c3a4 (diff)
downloadfreebsd-ports-gnome-c20d2c350aecd43702ec7e97bc6e5781f93764e6.tar.gz
freebsd-ports-gnome-c20d2c350aecd43702ec7e97bc6e5781f93764e6.tar.zst
freebsd-ports-gnome-c20d2c350aecd43702ec7e97bc6e5781f93764e6.zip
Fix build on g++41 by removing unnecessary qualifier.
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>