You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
Index: Makefile.in
|
|
|
|
--- Makefile.in.orig 2012-11-04 15:23:40.000000000 +0100
|
|
|
|
+++ Makefile.in 2013-01-03 18:50:59.000000000 +0100
|
|
|
|
@@ -439,7 +439,7 @@
|
|
|
|
# $(NULL)
|
|
|
|
ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
|
|
|
|
DIST_SUBDIRS = src doc util boilerplate test perf
|
|
|
|
-SUBDIRS = src doc util $(am__append_1)
|
|
|
|
+SUBDIRS = src doc util
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = \
|
|
|
|
--enable-gtk-doc \
|
|
|
|
--enable-test-surfaces \
|
|
|
|
Index: configure
|
|
|
|
--- configure.orig 2012-11-04 15:23:41.000000000 +0100
|
|
|
|
+++ configure 2013-01-03 18:49:44.000000000 +0100
|
|
|
|
@@ -29575,7 +29575,7 @@
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "x$freetype_pkgconfig" = "xyes"; then
|
|
|
|
- ft_REQUIRES="freetype2 >= $FREETYPE_MIN_VERSION $ft_REQUIRES"
|
|
|
|
+ ft_REQUIRES="$ft_REQUIRES freetype2 >= $FREETYPE_MIN_VERSION"
|
|
|
|
else
|
|
|
|
|
|
|
|
if test -z "$FREETYPE_CONFIG"; then
|