mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
* Respect PTHREAD_CFLAGS and PTHREAD_LIBS.
* Use our libtool. Reported by: kris (bento)
This commit is contained in:
parent
c5c36afa14
commit
3a054bbc2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89081
@ -23,9 +23,11 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
|
||||
intl.5:${PORTSDIR}/devel/gettext \
|
||||
vorbis.2:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
MAN1= ogg123.1 oggdec.1 oggenc.1 ogginfo.1 vcut.1 vorbiscomment.1
|
||||
|
||||
|
@ -1,9 +1,17 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Wed Jan 2 01:35:43 2002
|
||||
+++ configure Wed Jan 2 01:35:59 2002
|
||||
@@ -5342,7 +5342,7 @@
|
||||
--- configure.orig Fri Jul 19 16:18:55 2002
|
||||
+++ configure Sat Sep 20 16:11:32 2003
|
||||
@@ -5410,6 +5410,7 @@
|
||||
|
||||
# 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'
|
||||
@@ -7244,7 +7245,7 @@
|
||||
;;
|
||||
*)
|
||||
DEBUG="-g"
|
||||
@ -12,7 +20,7 @@ $FreeBSD$
|
||||
PROFILE="-g -p"
|
||||
;;
|
||||
esac
|
||||
@@ -5365,8 +5365,8 @@
|
||||
@@ -7267,8 +7268,8 @@
|
||||
;;
|
||||
*)
|
||||
DEBUG="-g -Wall -fsigned-char"
|
||||
|
Loading…
Reference in New Issue
Block a user