diff options
author | njl <njl@FreeBSD.org> | 2007-04-08 08:11:47 +0800 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2007-04-08 08:11:47 +0800 |
commit | c20d2c350aecd43702ec7e97bc6e5781f93764e6 (patch) | |
tree | 89bf2f4984b2048907f2632f046abc95e5b20695 /print/xpp | |
parent | e3ca4e3183e741e4e9ee3907fca0de453f50c3a4 (diff) | |
download | freebsd-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/Makefile | 1 |
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> |