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
80be454b6f
commit
d7ca3d83ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362589
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= fdk-aac
|
||||
PORTVERSION= 0.1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/opencore-amr/${PORTNAME}
|
||||
|
||||
@ -20,7 +21,7 @@ NOT_FOR_ARCHS_REASON= not yet ported to this architecture
|
||||
LIBS+= -lm
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= pathfix
|
||||
USES= libtool pathfix
|
||||
|
||||
post-build:
|
||||
@${STRIP_CMD} ${WRKSRC}/.libs/libfdk-aac.so.0
|
||||
|
@ -4,8 +4,8 @@ include/fdk-aac/FDK_audio.h
|
||||
include/fdk-aac/aacenc_lib.h
|
||||
include/fdk-aac/aacdecoder_lib.h
|
||||
lib/libfdk-aac.a
|
||||
lib/libfdk-aac.la
|
||||
lib/libfdk-aac.so
|
||||
lib/libfdk-aac.so.0
|
||||
lib/libfdk-aac.so.0.0.4
|
||||
libdata/pkgconfig/fdk-aac.pc
|
||||
@dirrm include/fdk-aac
|
||||
|
Loading…
Reference in New Issue
Block a user