diff options
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> |