mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
928595fc55
commit
39ee0c39ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362637
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libatomic_ops
|
||||
DISTVERSION= 7.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.hboehm.info/gc/gc_source/
|
||||
|
||||
@ -14,7 +15,7 @@ LICENSE_COMB= multi
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= pathfix
|
||||
USES= libtool pathfix
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -63,9 +63,7 @@ include/atomic_ops/sysdeps/loadstore/short_acquire_release_volatile.h
|
||||
include/atomic_ops/sysdeps/loadstore/short_atomic_load.h
|
||||
include/atomic_ops/sysdeps/loadstore/short_atomic_store.h
|
||||
lib/libatomic_ops.a
|
||||
lib/libatomic_ops.la
|
||||
lib/libatomic_ops_gpl.a
|
||||
lib/libatomic_ops_gpl.la
|
||||
libdata/pkgconfig/atomic_ops.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSING.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.txt
|
||||
|
Loading…
Reference in New Issue
Block a user