- remove unneeded patch

This commit is contained in:
jasper 2009-10-15 15:28:23 +00:00
parent 84737a0d1c
commit 869cf8f138
2 changed files with 3 additions and 16 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2009/10/11 15:32:11 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.28 2009/10/15 15:28:23 jasper Exp $
COMMENT= collection of documentation utilities for the GNOME project
@ -31,6 +31,8 @@ CONFIGURE_ARGS= --disable-scrollkeeper
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
FAKE_FLAGS+= pkgconfigdir="${PREFIX}/lib/pkgconfig/"
post-install:
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
${PREFIX}/lib/python${MODPY_VERSION}/site-packages/xml2po/

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-tools_Makefile_in,v 1.1 2009/10/11 10:24:05 jasper Exp $
Install .pc file into the correct directory
--- tools/Makefile.in.orig Sun Oct 11 12:19:52 2009
+++ tools/Makefile.in Sun Oct 11 12:20:13 2009
@@ -220,7 +220,7 @@ top_srcdir = @top_srcdir@
@ENABLE_BUILD_UTILS_TRUE@sharedir = $(datadir)/gnome-doc-utils
@ENABLE_BUILD_UTILS_TRUE@share_DATA = gnome-doc-utils.make
@ENABLE_BUILD_UTILS_TRUE@bin_SCRIPTS = gnome-doc-prepare gnome-doc-tool
-pkgconfigdir = $(datadir)/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gnome-doc-utils.pc
EXTRA_DIST = \
gnome-doc-tool.in \