diff options
author | tv <tv@pkgsrc.org> | 1998-05-23 15:42:58 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-05-23 15:42:58 +0000 |
commit | 92d05560674d09484aec14cd80a5bfa055982ac1 (patch) | |
tree | 39d067c589646253ef5fea9286fb74f110e07fa1 /misc/rpm | |
parent | b8f79875d07a97a5e97a751becac6abf07bc8ab2 (diff) | |
download | pkgsrc-92d05560674d09484aec14cd80a5bfa055982ac1.tar.gz |
Fix --host= rule to use a three part architecture, and fix GNU pkgs to use
the new automatic --host= setting. Now all GNU pkgs should work on all
archs (including arm32), except emacs/xemacs, which I'll fix soon.
Diffstat (limited to 'misc/rpm')
-rw-r--r-- | misc/rpm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index f0a506ea7ba..3471cbf32bc 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/04/24 09:20:36 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/05/23 15:42:59 tv Exp $ # DISTNAME= rpm-2.4.12 @@ -11,7 +11,6 @@ MAINTAINER= mycroft@NetBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:../../databases/gdbm GNU_CONFIGURE= yes -CONFIGURE_ARGS+=${MACHINE_ARCH}--netbsd USE_GMAKE= yes MAN8= rpm.8 rpm2cpio.8 |