mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove BROKEN_sparc64 statement which was originally added in r277772 by
linimon@ 6.5 years ago for Snappy 1.0.2. It now builds and runs fine on 10.4-STABLE running under QEMU 2.9.0 (regression tests pass, courtesy of TEST_TARGET). While at it, move OPTIONS_DEFINE knob where it is usually expected to be found in the Makefile.
This commit is contained in:
parent
aec748493d
commit
0dbba76acd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457139
1 changed files with 2 additions and 3 deletions
|
@ -10,8 +10,6 @@ COMMENT= Fast compressor/decompressor library
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
|
||||||
|
|
||||||
USES= autoreconf libtool pathfix pkgconfig
|
USES= autoreconf libtool pathfix pkgconfig
|
||||||
CONFIGURE_ARGS= --disable-gtest
|
CONFIGURE_ARGS= --disable-gtest
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
@ -19,8 +17,9 @@ USE_LDCONFIG= yes
|
||||||
CFLAGS+= -DNDEBUG
|
CFLAGS+= -DNDEBUG
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= google
|
GH_ACCOUNT= google
|
||||||
|
TEST_TARGET= check
|
||||||
|
|
||||||
BROKEN_sparc64= Does not compile on sparc64
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libsnappy.so.1.1.6
|
@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libsnappy.so.1.1.6
|
||||||
|
|
Loading…
Add table
Reference in a new issue