From d68b9726866317fc51d10f90f00d19cb4f382f1b Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Thu, 4 Oct 2007 22:17:03 +0000 Subject: [PATCH] - Fix build with gcc-4.2 Approved by: Shaun Amott (maintainer), portmgr (linimon) --- deskutils/snotes/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deskutils/snotes/Makefile b/deskutils/snotes/Makefile index 4f8a260f28d0..379f4bff2f57 100644 --- a/deskutils/snotes/Makefile +++ b/deskutils/snotes/Makefile @@ -27,9 +27,9 @@ PLIST_FILES= bin/${PORTNAME} .include -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif +post-patch: + @${REINPLACE_CMD} -e 's|Config::parseConfig|parseConfig|' \ + ${WRKSRC}/config.h do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake -project