diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-03 14:34:06 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-03 14:34:06 +0000 |
commit | 28775aff66e7f9f73fe928a287738158b5e68182 (patch) | |
tree | 1fb89becaac28a9f19323398656d1e9d6c4b4478 /archivers/snappy/Makefile | |
parent | 2149902e8d8a1fd00a86439b685866548c059bd5 (diff) |
Notes
Diffstat (limited to 'archivers/snappy/Makefile')
-rw-r--r-- | archivers/snappy/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/snappy/Makefile b/archivers/snappy/Makefile index 3ef17288bc2f..48d0dd76465b 100644 --- a/archivers/snappy/Makefile +++ b/archivers/snappy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= snappy -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 PORTREVISION= 0 CATEGORIES= archivers MASTER_SITES= GOOGLE_CODE @@ -10,11 +10,14 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= vanilla@FreeBSD.org COMMENT= Fast compressor/decompressor library +LICENSE= BSD3CLAUSE + OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= --disable-gtest GNU_CONFIGURE= yes USE_LDCONFIG= yes +CFLAGS+= -DNDEBUG BROKEN_sparc64= Does not compile on sparc64 |