diff options
author | adam <adam> | 2005-09-13 12:07:34 +0000 |
---|---|---|
committer | adam <adam> | 2005-09-13 12:07:34 +0000 |
commit | f7c494b5f97545816bb1497723d3bfe792921385 (patch) | |
tree | 3d36d05eea9b35ef8158fdc36e78e65a8f990fde /emulators/BasiliskII | |
parent | b002478c516ce42d1b10fd119b8a7dbdc2eae747 (diff) | |
download | pkgsrc-f7c494b5f97545816bb1497723d3bfe792921385.tar.gz |
Fix configure problem when x11/gnome-libs is installed
Diffstat (limited to 'emulators/BasiliskII')
-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" |