summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-29 23:03:34 +0000
committerwiz <wiz>2009-08-29 23:03:34 +0000
commita65d465dfc19fc6eb79437f72b98aeb8ac744c1e (patch)
tree69f1836fdc2de8ecf4b42c6ec0cb58850423c235 /x11
parent52ce3f8d69bda2f1f728460a526499ef9bfd922b (diff)
downloadpkgsrc-a65d465dfc19fc6eb79437f72b98aeb8ac744c1e.tar.gz
Same as for kdelibs3:
Disable openssl on NetBSD>=5.99.15 because of openssl problems (STACK etc) until someone fixes it.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase3/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 96678820598..fc5152f0613 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.151 2009/08/26 19:56:50 sno Exp $
+# $NetBSD: Makefile,v 1.152 2009/08/29 23:03:34 wiz Exp $
DISTNAME= kdebase-${_KDE_VERSION}
PKGREVISION= 5
@@ -32,7 +32,6 @@ FONTS_DIRS.x11+= ${PREFIX}/share/kde/fonts/override
REQD_DIRS+= ${PREFIX}/share/kde/fonts
REQD_DIRS+= ${PREFIX}/share/kde/fonts/override
-CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"
CONFIGURE_ARGS+= --with-ldap="${BUILDLINK_PREFIX.openldap-client}"
CONFIGURE_ARGS+= --without-java
@@ -69,6 +68,14 @@ RCD_SCRIPTS= kdm
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "NetBSD" && (${OS_VERSION:M5.99.1[5-9]*} || ${OS_VERSION:M5.99[2-9]*} || ${OS_VERSION:M[6-9]*})
+# no openssl for us due to incompatible API changes (STACK, ...)
+CONFIGURE_ARGS+= --without-ssl
+.else
+CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"
+.include "../../security/openssl/buildlink3.mk"
+.endif
+
LIBS.NetBSD+= ${EXPORT_SYMBOLS_LDFLAGS}
PLIST_SRC= ${WRKDIR}/PLIST.Xdpms
@@ -90,7 +97,6 @@ BUILDLINK_API_DEPENDS.kdelibs+= kdelibs>=${_KDE_VERSION}
DEPENDS+= htdig>=3.2.0:../../www/htdig-devel
-
# Solaris 10 has libusb only for 32 bit ABI (see PR 33727).
.if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "x86_64"
CONFIGURE_ARGS+= --without-libusb