mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Properly link to libiconv. This fixes audio/picard (which does not need a
PORTREVISION bump). PR: 97497 Submitted by: Samuel Stringham <sstringh@rackspace.com> Approved by: maintainer timeout (20 days)
This commit is contained in:
parent
e142b9dd26
commit
8e3a71cbef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167099
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= libtunepimp
|
||||
PORTVERSION= 0.4.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/ \
|
||||
@ -30,7 +30,7 @@ USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= libtunepimp
|
||||
PORTVERSION= 0.4.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/ \
|
||||
@ -30,7 +30,7 @@ USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user