mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
19 lines
443 B
Plaintext
19 lines
443 B
Plaintext
$NetBSD: patch-configure.ac,v 1.1 2016/04/11 07:50:32 dbj Exp $
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=646743
|
|
|
|
--- configure.ac.orig 2011-04-01 10:37:44.000000000 +0000
|
|
+++ configure.ac
|
|
@@ -445,6 +445,11 @@ case $gdk_target in
|
|
;;
|
|
esac
|
|
|
|
+if test "x$gdk_target" = "xquartz"; then
|
|
+ AM_CONDITIONAL(USE_QUARTZ, true)
|
|
+else
|
|
+ AM_CONDITIONAL(USE_QUARTZ, false)
|
|
+fi
|
|
|
|
dnl checks to see if numpy is installed.
|
|
AC_ARG_ENABLE(numpy,
|