summaryrefslogtreecommitdiff
path: root/security/stegdetect/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-04 14:23:54 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-04 14:23:54 +0000
commit11a0f387a898bf639e5ad41243642ba13f2e36ab (patch)
tree69fd0028dfaa8d8efba0784807335f9db889055a /security/stegdetect/Makefile
parentUpdate to 0.22 (diff)
- Fix the build with GCC 4.2 and unbreak [1]
- Patch things silently as we normally do - Usual cleanups of Makefile and pkg-descr Reported by: pointyhat (logs) [1]
Notes
Notes: svn path=/head/; revision=194909
Diffstat (limited to 'security/stegdetect/Makefile')
-rw-r--r--security/stegdetect/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile
index 75ab0c01b42b..572b9b5651c0 100644
--- a/security/stegdetect/Makefile
+++ b/security/stegdetect/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: stegdetect
-# Date created: Jul 19, 2001
-# Whom: Mark Pulford <mark@kyne.com.au>
+# Date created: Jul 19, 2001
+# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
@@ -33,17 +33,11 @@ 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
+ @${REINPLACE_CMD} 's;/usr/include/event;${LOCALBASE}/include;g' \
+ ${WRKSRC}/configure
.if defined(WITHOUT_X11)
- ${REINPLACE_CMD} 's/gtk-config//g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} 's/gtk-config//g' ${WRKSRC}/configure
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>