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 /archivers | |
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 'archivers')
-rw-r--r-- | archivers/bzip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index 6af8655a7c53..c0a7b525dffe 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -15,6 +15,7 @@ COMMENT= A block-sorting file compressor RESTRICTED= may be covered by patents MAN1= bzip.1 bunzip.1 +USE_CSTD= gnu89 PLIST_FILES= bin/bzip bin/bunzip |