summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-10-23 16:47:21 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-10-23 16:47:21 +0000
commit1a7ab95c0004acd12e9e99b142a198d6da89c42e (patch)
treeaa859761cb43160f4a4934914ca091eb5ea9f341 /security
parentThe distfile was re-rolled to fix a buffer corruption issue. Only two (diff)
Respect CFLAGS.
Notes
Notes: svn path=/head/; revision=91969
Diffstat (limited to 'security')
-rw-r--r--security/steghide/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile
index 39d04dc49c64..7af5e28705e6 100644
--- a/security/steghide/Makefile
+++ b/security/steghide/Makefile
@@ -38,5 +38,6 @@ post-patch:
.endif
${REINPLACE_CMD} -e 's,SHELL) libtool,SHELL) ${LIBTOOL},' \
${WRKSRC}/src/Makefile.in
+ ${REINPLACE_CMD} -e 's,-O2,${CFLAGS},' ${WRKSRC}/configure
.include <bsd.port.mk>