mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Use libtool port instead of included one to avoid objformat a.out botch
This commit is contained in:
parent
c84aed5488
commit
9fb4929299
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183392
@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A library required by kicq (not libicq)
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -18,7 +18,7 @@ COMMENT= An OpenFT, Gnutella and FastTrack p2p network client
|
||||
|
||||
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
USE_AUTOTOOLS= libltdl:15
|
||||
USE_AUTOTOOLS= libltdl:15 libtool:15
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -28,9 +28,11 @@ include/libgift/stopwatch.h
|
||||
include/libgift/strobj.h
|
||||
include/libgift/tcpc.h
|
||||
include/libgift/tree.h
|
||||
lib/libgift.a
|
||||
lib/libgift.la
|
||||
lib/libgift.so
|
||||
lib/libgift.so.0
|
||||
lib/libgiftproto.a
|
||||
lib/libgiftproto.la
|
||||
lib/libgiftproto.so
|
||||
lib/libgiftproto.so.0
|
||||
|
@ -15,6 +15,7 @@ MASTER_SITES= http://thalassocracy.org/libfreenet/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Freenet library written in C
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_OPENSSL= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -24,6 +24,7 @@ CONFLICTS= openbgpd-[0-9]* zebra-0*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
|
Loading…
Reference in New Issue
Block a user