summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2005-04-03 21:24:34 +0000
committerjdolecek <jdolecek>2005-04-03 21:24:34 +0000
commit2609ec3a47c12ee648e05df5e49f199ec3e96a3c (patch)
tree92774fa6830165d518536ce79a4987383472a91e /emulators
parent3039fdea349cf68dd1181911519d9bed20952eca (diff)
downloadpkgsrc-2609ec3a47c12ee648e05df5e49f199ec3e96a3c.tar.gz
pull in 7.3 SUSE_VERSION and SUSE_DIR_PREFIX explicitly
fixes build problem pointed out by Krister Walfrid in private e-mail
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse_libc5/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile
index ed8345ff864..30cf679c56e 100644
--- a/emulators/suse_libc5/Makefile
+++ b/emulators/suse_libc5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/04/02 20:37:31 jdolecek Exp $
+# $NetBSD: Makefile,v 1.28 2005/04/03 21:24:34 jdolecek Exp $
DISTNAME= shlibs5
PKGNAME= suse_libc5-${SUSE_VERSION}
@@ -22,5 +22,8 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
RPMFILES= ${DISTNAME}${EXTRACT_SUFX}
+# force use of SuSE 7.3 base
+.include "../../emulators/suse_linux/vars.mk"
+
.include "../../emulators/suse_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"