svn commit: r361144 - head/finance/aqmoney
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jul 7 22:52:34 UTC 2014
Author: amdmi3
Date: Mon Jul 7 22:52:33 2014
New Revision: 361144
URL: http://svnweb.freebsd.org/changeset/ports/361144
QAT: https://qat.redports.org/buildarchive/r361144/
Log:
- Fix build on 10.x
Modified:
head/finance/aqmoney/Makefile
Modified: head/finance/aqmoney/Makefile
==============================================================================
--- head/finance/aqmoney/Makefile Mon Jul 7 22:51:28 2014 (r361143)
+++ head/finance/aqmoney/Makefile Mon Jul 7 22:52:33 2014 (r361144)
@@ -12,6 +12,11 @@ COMMENT= Manage your credit institute ac
LIB_DEPENDS= libopenhbci.so:${PORTSDIR}/finance/openhbci
GNU_CONFIGURE= yes
-PLIST_FILES= bin/aqmoney man/man1/aqmoney.1.gz
+PLIST_FILES= bin/aqmoney \
+ man/man1/aqmoney.1.gz
+
+post-patch:
+ ${FIND} ${WRKSRC}/src -name "*.cpp" -o -name "*.h" | ${XARGS} \
+ ${REINPLACE_CMD} -e 's|class HBCI::SimpleConfig;|namespace HBCI{class SimpleConfig;}|'
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list