diff options
author | makc <makc@FreeBSD.org> | 2009-08-13 01:36:00 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-08-13 01:36:00 +0800 |
commit | 07340fb2d06552269cb2910eeb8268637530740a (patch) | |
tree | c45c3ce0661bc973d7f352c174819b4ad3a9a75b /x11 | |
parent | b33d47e2db69871059d65b454bebbd110ce21ccb (diff) | |
download | freebsd-ports-gnome-07340fb2d06552269cb2910eeb8268637530740a.tar.gz freebsd-ports-gnome-07340fb2d06552269cb2910eeb8268637530740a.tar.zst freebsd-ports-gnome-07340fb2d06552269cb2910eeb8268637530740a.zip |
Remove ${PREFIX}/lib/kde3 from ldconfig paths.
This does not affect KDE3, while resolves strange craches for some
KDE4 apps (e.g. ktorrent and koffice2)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 8e5e582cbea3..f2fbed35b8d2 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -56,7 +56,7 @@ USE_OPENSSL= yes USE_QT_VER= 3 PREFIX= ${KDE_PREFIX} -USE_LDCONFIG= ${PREFIX}/lib/kde3 +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:22 CONFIGURE_ARGS+=--disable-ltdl-install \ |