- fix pkg-config file

- regress tests need x11
This commit is contained in:
jasper 2011-10-18 18:08:16 +00:00
parent 748cf8a352
commit fca3b56ade
2 changed files with 23 additions and 1 deletions

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.7 2011/10/18 14:12:13 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2011/10/18 18:08:16 jasper Exp $
COMMENT= GNOME database designer and user interface
GNOME_PROJECT= glom
GNOME_VERSION= 1.19.13
REVISION= 0
# XXX https://bugzilla.gnome.org/show_bug.cgi?id=619445
PATCHFILES= glom_locale.patch:0
MASTER_SITES0= http://distfiles.bsdfrog.org/
@ -69,4 +71,6 @@ CONFIGURE_ENV+= ac_cv_path_DOT= \
ac_cv_path_DOXYGEN=
CONFIGURE_ARGS+= --disable-update-mime-database
REGRESS_IS_INTERACTIVE= x11
.include <bsd.port.mk>

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-glom_libglom_glom_pc_in,v 1.1 2011/10/18 18:08:16 jasper Exp $
From 359137ed5a02a358467921f2aa5a7791d41af204 Mon Sep 17 00:00:00 2001
From: Murray Cumming <murrayc@murrayc.com>
Date: Tue, 18 Oct 2011 08:57:39 +0000
Subject: Correct the pkg-config file.
--- glom/libglom/glom.pc.in.orig Tue Oct 18 20:00:56 2011
+++ glom/libglom/glom.pc.in Tue Oct 18 20:01:06 2011
@@ -8,7 +8,7 @@ exampledir=@docdir@/examples
Name: libglom
Description: Library for accessing Glom documents and data structures.
-Requires: glibmm-2.4 giomm-2.4 libgdamm-4.0 libxml++-2.6
+Requires: glibmm-2.4 giomm-2.4 libgdamm-5.0 libxml++-2.6 libxslt
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lglom-@GLOM_ABI_VERSION@
Cflags: -I${includedir}/glom-@GLOM_ABI_VERSION@