aboutsummaryrefslogtreecommitdiff
path: root/security/libxcrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libxcrypt/Makefile')
-rw-r--r--security/libxcrypt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/libxcrypt/Makefile b/security/libxcrypt/Makefile
index 1f6185e61c01..411c684ff057 100644
--- a/security/libxcrypt/Makefile
+++ b/security/libxcrypt/Makefile
@@ -1,6 +1,7 @@
PORTNAME= libxcrypt
DISTVERSIONPREFIX= v
DISTVERSION= 4.4.26
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= yuri@FreeBSD.org
@@ -17,4 +18,7 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+CFLAGS+= -Wno-gnu-statement-expression
+CONFIGURE_ARGS= --disable-static
+
.include <bsd.port.mk>