openbsd-ports/graphics/inkscape/patches/patch-configure_ac
landry 5e0c55140a Import inkscape-0.46, the open-source vector graphics editor.
From MAINTAINER Benoit Chesneau (benoitc at metavers dot net), Thanks !!

With tweaks and testing from ian@, simon@ and myself.
ok ian@ sthen@
2008-04-04 14:37:26 +00:00

14 lines
405 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.1.1.1 2008/04/04 14:37:26 landry Exp $
--- configure.ac.orig Sun Mar 30 20:35:59 2008
+++ configure.ac Sun Mar 30 20:36:04 2008
@@ -315,6 +315,9 @@ fi
AC_SUBST(GNOME_VFS_CFLAGS)
AC_SUBST(GNOME_VFS_LIBS)
+# glib-genmarshal
+AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
+
dnl ******************************
dnl libinkjar checking
dnl ******************************