mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
This port needs USES=compiler:c++11-lang to build on GCC-based
architectures. While here, also sort USES and simplify by adding USES=localbase:ldflags. PR: 234228 Submitted by: Piotr Kubaj
This commit is contained in:
parent
ac5a7241d4
commit
2be39c9639
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488047
@ -17,12 +17,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LIB_DEPENDS= libid3.so:audio/id3lib \
|
||||
libvorbis.so:audio/libvorbis
|
||||
|
||||
USES= tar:bzip2 gettext gmake pathfix pkgconfig
|
||||
USES= compiler:c++11-lang gettext gmake localbase:ldflags pathfix \
|
||||
pkgconfig tar:bzip2
|
||||
USE_GNOME= intlhack libglade2
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lpthread -logg -lm
|
||||
LDFLAGS+= -lpthread -logg -lm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user