games-engines/qtads: fix live ebuild deps
[gentoo-interactive-fiction.git] / dev-games / gnome-inform7 / files / gnome-inform7-6G60-unbundling.patch
blob1be2a1ad6372adfb7483fb7da013192c29ba39dd
1 Source: dleverton
2 Upstream: is aware, but bundling is likely more convenient for non-Gentoo users
3 Reason: don't use the bundled copies of the platform-independent parts of I7
5 --- gnome-inform7-6G60/configure.ac~ 2011-01-15 12:18:26.000000000 +0000
6 +++ gnome-inform7-6G60/configure.ac 2013-07-09 20:13:08.000000000 +0100
7 @@ -18,28 +18,6 @@
8 # Requires automake 1.11
9 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
11 -### CHECK FOR PROPER NI EXECUTABLE #############################################
13 -# Grep is required for these tests.
14 -AC_PROG_GREP
15 -AC_PROG_EGREP
17 -AC_CHECK_FILE([${srcdir}/src/ni/ni], [NI=${srcdir}/src/ni/ni], [
18 - AC_MSG_ERROR([ni not found in ${srcdir}/src/ni.
19 - IMPORTANT NOTE! You must download version $VERSION of the appropriate
20 - compiler package from inform7.org and put the file `ni' into the
21 - directory `${srcdir}/src/ni'.])
22 -])
23 -AC_MSG_CHECKING([the version of ${NI}])
24 -AS_IF([${NI} | $GREP $VERSION > /dev/null], [AC_MSG_RESULT([$VERSION])], [
25 - AC_MSG_ERROR([You have version
26 - [$(${NI} | $EGREP -o '[0-9][A-Z][0-9]{2}')] of ni in src/ni. This version of Inform 7 will only work with
27 - version $VERSION.
28 - IMPORTANT NOTE! You must download version $VERSION of the appropriate
29 - compiler package from inform7.org and put the file `ni' into the
30 - directory `${srcdir}/src/ni'.])
31 -])
33 ### DECLARE OPTIONS ############################################################
35 # Test is required for these option checks
36 --- gnome-inform7-6G60/src/Makefile.am~ 2010-12-15 08:11:07.000000000 +0000
37 +++ gnome-inform7-6G60/src/Makefile.am 2013-07-09 20:13:55.000000000 +0100
38 @@ -1,4 +1,4 @@
39 -SUBDIRS = inweb cBlorb inform6 ni osxcart libchimara interpreters
40 +SUBDIRS = osxcart libchimara interpreters
42 AM_CFLAGS = -Wall