summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-04-09 01:29:25 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-04-09 01:29:25 +0000
commitb1b6cde3034e43747094a7be22c9300928c9f22f (patch)
tree9e5c3d6b0a061dd6297f1aedda16193e456f56a6 /emulators
parentebccce68a444516dc194a264e20c229e7b0387d3 (diff)
downloadpkgsrc-b1b6cde3034e43747094a7be22c9300928c9f22f.tar.gz
add a default value for SUSE_DIR_PREFIX for non-i386 machines. This is done
so that the creation of the bulk build cache files works correctly on non-i386 machines. This speeds up the marking of all compat_linux packages as not available. This change has no effect on i386.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse_linux/Makefile.application7
1 files changed, 6 insertions, 1 deletions
diff --git a/emulators/suse_linux/Makefile.application b/emulators/suse_linux/Makefile.application
index 82edb7fd717..0ed1fe5045a 100644
--- a/emulators/suse_linux/Makefile.application
+++ b/emulators/suse_linux/Makefile.application
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.application,v 1.3 2002/04/04 20:31:30 tron Exp $
+# $NetBSD: Makefile.application,v 1.4 2002/04/09 01:29:25 dmcmahill Exp $
.include "../../mk/bsd.prefs.mk"
@@ -20,5 +20,10 @@ SUSE_VERSION= 7.3
.endif
.else
+# we put a value here so that the creation of the bulk
+# build cache files works correctly on non-i386 machines.
+# This speeds up the marking of all compat_linux packages
+# as not available.
+SUSE_DIR_PREFIX= suse
.include "../../mk/bsd.pkg.mk"
.endif