- Add USES=libtool and INSTALL_TARGET=install-strip
- Remove default CFLAGS
This commit is contained in:
parent
ff75bd1812
commit
38cdec51ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366810
1 changed files with 5 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= gstreamer-plugins-fluendo-mp3
|
||||
PORTVERSION= 0.10.20
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/
|
||||
DISTNAME= gst-fluendo-mp3-${PORTVERSION}
|
||||
|
@ -12,11 +13,10 @@ COMMENT= Mp3 gstreamer plugin from fluendo
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
CFLAGS:= ${CFLAGS} -O2
|
||||
USES= pkgconfig
|
||||
USE_GSTREAMER= yes
|
||||
GNU_CONFIGURE= yes
|
||||
PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.la \
|
||||
lib/gstreamer-0.10/libgstflump3dec.so
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool pkgconfig
|
||||
USE_GSTREAMER= yes
|
||||
PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue