diff options
author | adam <adam@pkgsrc.org> | 2005-09-13 12:07:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-13 12:07:34 +0000 |
commit | 3e2ee0cfaabaf0989d61d14f815b49d707ee990b (patch) | |
tree | 3d36d05eea9b35ef8158fdc36e78e65a8f990fde /emulators | |
parent | efb561dca9f612b24e8072060dfc776f1c593042 (diff) | |
download | pkgsrc-3e2ee0cfaabaf0989d61d14f815b49d707ee990b.tar.gz |
Fix configure problem when x11/gnome-libs is installed
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/BasiliskII/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile index 02bd68a6f56..e02b9e7cb87 100644 --- a/emulators/BasiliskII/Makefile +++ b/emulators/BasiliskII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/07/01 12:34:32 adam Exp $ +# $NetBSD: Makefile,v 1.23 2005/09/13 12:07:34 adam Exp $ DISTNAME= BasiliskII_src_22032005 PKGNAME= BasiliskII-1.0.20050322 @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-fbdev-dga CONFIGURE_ARGS+= --enable-addressing=banks CONFIGURE_ARGS+= --without-mon +# disable gnome support, or configure will break if gnome-libs is installed +CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no .include "options.mk" |