start using fixed system libtool.
This commit is contained in:
parent
bea30dea43
commit
9d9f2e4d67
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2005/11/29 14:00:11 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.45 2005/12/17 11:27:44 espie Exp $
|
||||
|
||||
COMMENT= "K Desktop Environment, aRTs"
|
||||
CATEGORIES= x11 x11/kde
|
||||
VERSION= 3.5.0
|
||||
DISTNAME= arts-1.5.0
|
||||
MODKDE_VERSION?= 3.5
|
||||
PKGNAME= ${DISTNAME}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
SHARED_ONLY= No
|
||||
LIB_DEPENDS= audiofile::devel/libaudiofile \
|
||||
@ -22,6 +22,7 @@ BUILD_DEPENDS= ::devel/pkgconfig
|
||||
CONFIGURE_ENV=LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= ${ENABLE_SHARED} --enable-static
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
WANTLIB= ICE SM X11 Xext c iconv intl jpeg m ossaudio png pthread \
|
||||
stdc++ vorbisenc z
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.49 2005/11/29 14:00:12 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.50 2005/12/17 11:27:44 espie Exp $
|
||||
|
||||
COMMENT= "K Desktop Environment, basic applications"
|
||||
COMMENT-plugins= "Konqueror nsplugins, essentially native JDK"
|
||||
@ -6,8 +6,8 @@ COMMENT-samba= "K Desktop Environment, samba support"
|
||||
CATEGORIES= x11 x11/kde
|
||||
VERSION= 3.5.0
|
||||
DISTNAME= kdebase-${VERSION}
|
||||
PKGNAME= ${DISTNAME}
|
||||
PKGNAME-samba= kdesamba-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME-samba= kdesamba-${VERSION}p0
|
||||
MODKDE_VERSION?= 3.5
|
||||
|
||||
MULTI_PACKAGES= -samba
|
||||
@ -59,6 +59,8 @@ post-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/kdm/kfrontend/genkdmconf ${PREFIX}/libexec
|
||||
|
||||
FAKE_FLAGS=DESTDIR=${WRKINST} sysconfdir=${SAMPLECONFDIR}
|
||||
USE_LIBTOOL=Yes
|
||||
LIBTOOL_FLAGS=--tag=disable-static
|
||||
|
||||
#CONFIGURE_ARGS+=--without-motif
|
||||
#CONFIGURE_ARGS+=--without-samba
|
||||
|
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.59 2005/11/29 14:00:12 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.60 2005/12/17 11:27:44 espie Exp $
|
||||
|
||||
COMMENT= "K Desktop Environment, libraries"
|
||||
COMMENT-cups= "K Desktop Environment, cups support"
|
||||
CATEGORIES= x11 x11/kde
|
||||
VERSION= 3.5.0
|
||||
DISTNAME= kdelibs-${VERSION}
|
||||
PKGNAME= ${DISTNAME}
|
||||
PKGNAME-cups= kdecups-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME-cups= kdecups-${VERSION}p0
|
||||
MODKDE_VERSION?= 3.5
|
||||
|
||||
FLAVORS=debug
|
||||
@ -86,5 +86,7 @@ post-install:
|
||||
done
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/libtool ${PREFIX}/bin/kdelibtool
|
||||
|
||||
USE_LIBTOOL=Yes
|
||||
LIBTOOL_FLAGS=--tag=disable-static
|
||||
.include <bsd.port.mk>
|
||||
MODGNU_AUTOCONF_FILES+= dcop/dcop-path.h.in
|
||||
|
Loading…
Reference in New Issue
Block a user