summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authortnn <tnn>2008-02-21 04:23:58 +0000
committertnn <tnn>2008-02-21 04:23:58 +0000
commit48e491c635943882aa0b0fa30177142cb3974beb (patch)
tree642854600e4ccdbb433c33613ca804d91f9934cb /mk/platform
parentfd785911fbe8d687cda8c2f559d57460f6c73405 (diff)
downloadpkgsrc-48e491c635943882aa0b0fa30177142cb3974beb.tar.gz
Kill _OPSYS_NEEDS_XPKGWEDGE. It was only used by two platforms and they
will default to USE_XPKGWEDGE anyway.
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/IRIX.mk3
-rw-r--r--mk/platform/Interix.mk7
2 files changed, 2 insertions, 8 deletions
diff --git a/mk/platform/IRIX.mk b/mk/platform/IRIX.mk
index bd6b690f1a4..51d9b63eb47 100644
--- a/mk/platform/IRIX.mk
+++ b/mk/platform/IRIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.mk,v 1.32 2007/10/19 13:41:35 rillig Exp $
+# $NetBSD: IRIX.mk,v 1.33 2008/02/21 04:23:58 tnn Exp $
#
# Variable definitions for the IRIX operating system.
@@ -72,7 +72,6 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard
_OPSYS_HAS_JAVA= no # Java is not standard
_OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
-_OPSYS_NEEDS_XPKGWEDGE= yes # xpkgwedge is required for X11
_OPSYS_PERL_REQD= # no base version of perl required
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
_OPSYS_SHLIB_TYPE= ELF # shared lib type
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk
index 05e134fcb3e..546525c8c5b 100644
--- a/mk/platform/Interix.mk
+++ b/mk/platform/Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.54 2007/10/19 13:41:35 rillig Exp $
+# $NetBSD: Interix.mk,v 1.55 2008/02/21 04:23:58 tnn Exp $
#
# Variable definitions for the Interix operating system.
@@ -142,11 +142,6 @@ _PATCH_CAN_BACKUP= yes # native patch(1) can make backups
_PATCH_BACKUP_ARG?= -b -V simple -z # switch to patch(1) for backup suffix
_USE_RPATH= yes # add rpath to LDFLAGS
-# Ensure that USE_X11BASE programs get an xpkgwedge new enough to work.
-_OPSYS_NEEDS_XPKGWEDGE= yes # xpkgwedge is required for X11
-_XPKGWEDGE_DEPENDS= xpkgwedge>=1.10:../../pkgtools/xpkgwedge
-BUILD_DEPENDS+= ${USE_X11BASE:D${_XPKGWEDGE_DEPENDS}}
-
# flags passed to the linker to extract all symbols from static archives.
# this is GNU ld.
_OPSYS_WHOLE_ARCHIVE_FLAG= -Wl,--whole-archive