diff options
author | pawel <pawel@FreeBSD.org> | 2012-07-06 01:26:10 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-07-06 01:26:10 +0800 |
commit | ed0bd32625534bfc48dfe8105285096b94953c9b (patch) | |
tree | 87b5b3043309d24d477408f37bafc043abaf865c /net-mgmt | |
parent | 69d8e019446e55d28f2f546b7bcd924f27839da5 (diff) | |
download | freebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.tar.gz freebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.tar.zst freebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.zip |
Add USE_CSTD=gnu89 to fix linking when building with clang
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/weplab/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/weplab/Makefile b/net-mgmt/weplab/Makefile index f31cb556cecb..efd3cbea1d6a 100644 --- a/net-mgmt/weplab/Makefile +++ b/net-mgmt/weplab/Makefile @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= WepLab is a tool designed to teach how WEP works GNU_CONFIGURE= yes +USE_CSTD= gnu89 MAN1= weplab.1 PLIST_FILES= bin/weplab |