diff options
-rw-r--r-- | deskutils/snotes/Makefile | 6 |
1 files 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 <bsd.port.pre.mk> -.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 |