ports/devel/libaravis/files/patch-configure.ac
Yuri Victorovich acee06ac30 devel/libaravis: Update to 0.5.11
Port changes:
* Changed to DISTVERSION
* Added LICENSE_FILE
* Converted LIB_DEPENDS=libxml2.so:textproc/libxml2 to USE_GNOME=libxml2
* Changed dependency devel/gobject-introspection from LIB to BUILD
* Moved patchig from pre-configure to files/
* Added INSTALL_TARGET=install-strip
* Removed GH_TAGNAME / added DISTVERSIONPREFIX

PR:		226367
Submitted by:	rozhuk.im@gmail.com (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-06 09:30:47 +00:00

11 lines
360 B
Text

--- configure.ac.orig 2018-01-29 16:03:28 UTC
+++ configure.ac
@@ -268,7 +268,7 @@ GOBJECT_INTROSPECTION_CHECK([0.10.0])
AM_CONDITIONAL([HAVE_INTROSPECTION], [false])
enable_introspection=no])
-GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
+
AM_CONDITIONAL([BUILD_GTK_DOC], [test "x$enable_gtk_doc" = "xyes" || test ! -f "autogen.sh"])
APPSTREAM_XML