Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 370079
Collapse All | Expand All

(-)a/configure.ac (+5 lines)
Lines 445-450 case $gdk_target in Link Here
445
        ;;
445
        ;;
446
esac
446
esac
447
447
448
if test "x$gdk_target" = "xquartz"; then
449
  AM_CONDITIONAL(USE_QUARTZ, true)
450
else
451
  AM_CONDITIONAL(USE_QUARTZ, false)
452
fi
448
453
449
dnl checks to see if numpy is installed.
454
dnl checks to see if numpy is installed.
450
AC_ARG_ENABLE(numpy,
455
AC_ARG_ENABLE(numpy,
(-)a/gtk/Makefile.am (-1 / +5 lines)
Lines 9-14 INCLUDES = \ Link Here
9
	$(PYGOBJECT_CFLAGS) \
9
	$(PYGOBJECT_CFLAGS) \
10
	-I$(srcdir)/gtk
10
	-I$(srcdir)/gtk
11
11
12
if USE_QUARTZ
13
# same as in gtk+/gdk/quartz/Makefile.am
14
INCLUDES += "-xobjective-c"
15
endif
16
12
# defs files
17
# defs files
13
defsdir = $(pkgdatadir)/$(PLATFORM_VERSION)/defs
18
defsdir = $(pkgdatadir)/$(PLATFORM_VERSION)/defs
14
defs_DATA =
19
defs_DATA =
15
- 

Return to bug 370079