diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-10-04 22:17:03 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-10-04 22:17:03 +0000 |
commit | d68b9726866317fc51d10f90f00d19cb4f382f1b (patch) | |
tree | 4bf2c881c801faa9a6462816fce58d49f466a540 /deskutils/snotes | |
parent | ba3eb4e89f7711e7d5505ca3b3a177ffcdc6f5b8 (diff) |
Notes
Diffstat (limited to 'deskutils/snotes')
-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 |