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)
This commit is contained in:
parent
e22bd56afe
commit
f25ac1f384
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239397
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user