Use libz while linking libid3.so to restore missing symbols.
PR: ports/84917 Submitted by: "James E. Flemer" <jflemer@alum.rpi.edu> Approved by: maintainer timeout
This commit is contained in:
parent
0152c4cc91
commit
f56aa2d2e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142207
3 changed files with 12 additions and 10 deletions
|
@ -7,16 +7,16 @@
|
|||
|
||||
PORTNAME= id3lib
|
||||
PORTVERSION= 3.8.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
PORTREVISION= 1
|
||||
|
||||
MAINTAINER= ports@oven.org
|
||||
COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags
|
||||
|
||||
USE_ICONV= yes
|
||||
USE_INC_LIBTOOL_VER= 13
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
--- configure.orig Sun Nov 24 09:23:00 2002
|
||||
+++ configure Fri Jan 24 01:05:47 2003
|
||||
@@ -7612,6 +7612,7 @@
|
||||
# $FreeBSD$
|
||||
--- configure.orig Sun Aug 14 11:21:37 2005
|
||||
+++ configure Sun Aug 14 11:29:43 2005
|
||||
@@ -9134,6 +9134,7 @@
|
||||
else
|
||||
ID3_NEEDZLIB_TRUE='#'
|
||||
ID3_NEEDZLIB_FALSE=
|
||||
+ LIBS="-lz $LIBS"
|
||||
fi
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
|
|
|
@ -16,6 +16,7 @@ include/id3/tag.h
|
|||
include/id3/utils.h
|
||||
include/id3/writer.h
|
||||
include/id3/writers.h
|
||||
lib/libid3-3.8.so
|
||||
lib/libid3-3.8.so.3
|
||||
lib/libid3.a
|
||||
lib/libid3.so
|
||||
|
|
Loading…
Reference in a new issue