From 1e5433da521eb6f428f7e2429a513d8e34e2c8eb Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 5 Jun 2005 14:55:48 +0000 Subject: - Add -lxml2 to pkgconfig file, to fix compilation of applications using this PR: ports/81904 Submitted by: Marcus von Appen (maintainer) --- textproc/liblingoteach/Makefile | 2 +- textproc/liblingoteach/files/patch-liblingoteach.pc.in | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 textproc/liblingoteach/files/patch-liblingoteach.pc.in (limited to 'textproc') diff --git a/textproc/liblingoteach/Makefile b/textproc/liblingoteach/Makefile index b3c52636054f..0e89e423baa7 100644 --- a/textproc/liblingoteach/Makefile +++ b/textproc/liblingoteach/Makefile @@ -7,7 +7,7 @@ PORTNAME= liblingoteach PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lingoteach diff --git a/textproc/liblingoteach/files/patch-liblingoteach.pc.in b/textproc/liblingoteach/files/patch-liblingoteach.pc.in new file mode 100644 index 000000000000..b09a8e2e8ea3 --- /dev/null +++ b/textproc/liblingoteach/files/patch-liblingoteach.pc.in @@ -0,0 +1,9 @@ +--- liblingoteach.pc.in.orig Fri Jun 3 21:28:42 2005 ++++ liblingoteach.pc.in Fri Jun 3 21:28:56 2005 +@@ -8,5 +8,5 @@ + Version: @VERSION@ + Description: libLingoteach library. + Requires: libxml-2.0 +-Libs: -L${libdir} -llingoteach ++Libs: -L${libdir} -llingoteach -lxml2 + Cflags: -I${includedir}/lingoteach -- cgit