aboutsummaryrefslogtreecommitdiff
path: root/security/stegdetect
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-03 09:32:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-03 09:32:56 +0000
commit737b8faa1b1715dc5c445a0fdb85a6c971d00b0d (patch)
tree99297df7eeb0079dcdf2ace5c6a43e71fbed3390 /security/stegdetect
parente6df0ed507bd90acc264c1aaa47b1ef81db3c726 (diff)
downloadports-737b8faa1b1715dc5c445a0fdb85a6c971d00b0d.tar.gz
ports-737b8faa1b1715dc5c445a0fdb85a6c971d00b0d.zip
Notes
Diffstat (limited to 'security/stegdetect')
-rw-r--r--security/stegdetect/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile
index e4ad834647ed..75ab0c01b42b 100644
--- a/security/stegdetect/Makefile
+++ b/security/stegdetect/Makefile
@@ -33,6 +33,12 @@ CONFIGURE_ENV+= PATH_GTKCONFIG="${GTK_CONFIG}"
PLIST_SUB+= X11=""
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
post-patch:
${REINPLACE_CMD} 's;/usr/include/event;${LOCALBASE}/include;g' \
${WRKSRC}/configure
@@ -40,4 +46,4 @@ post-patch:
${REINPLACE_CMD} 's/gtk-config//g' ${WRKSRC}/configure
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>