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 /mbone/vat | |
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 'mbone/vat')
-rw-r--r-- | mbone/vat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 7f3180aec0c..e3b9928cef7 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/05/09 15:24:43 frueauf Exp $ +# $NetBSD: Makefile,v 1.13 1998/05/23 15:42:59 tv Exp $ # FreeBSD Id: Makefile,v 1.4 1997/09/11 03:54:43 fenner Exp # @@ -20,7 +20,7 @@ GSM_DIR= ${PKGSRCDIR}/audio/gsm GSM_WORK= ${GSM_DIR}/${WRKDIR:T}/gsm-1.0-pl10 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-gsm=${GSM_WORK} +CONFIGURE_ARGS+= --with-gsm=${GSM_WORK} INSTALL_TARGET= install install-man MAN1= vat.1 |