From 38cdd746fde1483cef286c11adc7f9c5c184a15e Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Thu, 26 Mar 2015 21:40:34 +0000 Subject: [PATCH] Revert my change from r381978. The reason for it did not pan out. --- emulators/qemu-devel/Makefile | 2 +- emulators/qemu-sbruno/Makefile | 2 +- emulators/qemu/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index b29ec7cc4e10..246a58d074b1 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -19,7 +19,7 @@ USE_PERL5= build USE_XORG= pixman USE_GNOME+= glib20 PATCH_STRIP= -p1 -MAKE_ENV+= BSD_MAKE="${BSDMAKE}" +MAKE_ENV+= BSD_MAKE="${MAKE}" ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts? OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index ef0b86d117b7..67e30d491d6c 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -29,7 +29,7 @@ USE_PERL5= build USE_XORG= pixman USE_GNOME+= glib20 PATCH_STRIP= -p1 -MAKE_ENV+= BSD_MAKE="${BSDMAKE}" +MAKE_ENV+= BSD_MAKE="${MAKE}" ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts? OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 7aaa495d198c..25a53ef61e8c 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -17,7 +17,7 @@ HAS_CONFIGURE= yes USES= gmake perl5 compiler:features USE_PERL5= build PATCH_STRIP= -p1 -MAKE_ENV+= BSD_MAKE="${BSDMAKE}" +MAKE_ENV+= BSD_MAKE="${MAKE}" ONLY_FOR_ARCHS= amd64 i386 CONFLICTS= qemu-devel-[0-9]* qemu-sbruno-[0-9]*