diff options
author | pav <pav@FreeBSD.org> | 2007-07-03 17:32:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-03 17:32:56 +0800 |
commit | 353552d0444331c9bfdd205ceaaf4ace4fd918aa (patch) | |
tree | 65a89810d0c15222e4b727bcb72fb9ea62d2e0c7 /security | |
parent | 1085c5b24cf5dea17a9a3a18502a47c31ee0f77c (diff) | |
download | freebsd-ports-gnome-353552d0444331c9bfdd205ceaaf4ace4fd918aa.tar.gz freebsd-ports-gnome-353552d0444331c9bfdd205ceaaf4ace4fd918aa.tar.zst freebsd-ports-gnome-353552d0444331c9bfdd205ceaaf4ace4fd918aa.zip |
- Mark BROKEN on CURRENT: does not build with GCC 4.2
Diffstat (limited to 'security')
-rw-r--r-- | security/stegdetect/Makefile | 8 |
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> |