diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-04-03 21:24:34 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-04-03 21:24:34 +0000 |
commit | c96bf7b6c0cd7b054c835a5b52a6da67ed362197 (patch) | |
tree | 92774fa6830165d518536ce79a4987383472a91e /emulators | |
parent | d9e6b07ae48167e9cde46cb2a0d96302596ed93d (diff) | |
download | pkgsrc-c96bf7b6c0cd7b054c835a5b52a6da67ed362197.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/Makefile | 5 |
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" |