pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/BasiliskII Fix configure problem when x11/gn...
details: https://anonhg.NetBSD.org/pkgsrc/rev/595e62f8be99
branches: trunk
changeset: 499187:595e62f8be99
user: adam <adam%pkgsrc.org@localhost>
date: Tue Sep 13 12:07:34 2005 +0000
description:
Fix configure problem when x11/gnome-libs is installed
diffstat:
emulators/BasiliskII/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 95c6a84e9a66 -r 595e62f8be99 emulators/BasiliskII/Makefile
--- a/emulators/BasiliskII/Makefile Tue Sep 13 11:48:54 2005 +0000
+++ b/emulators/BasiliskII/Makefile Tue Sep 13 12:07:34 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index