diff options
author | pav <pav@FreeBSD.org> | 2005-06-05 22:55:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-06-05 22:55:48 +0800 |
commit | 1e5433da521eb6f428f7e2429a513d8e34e2c8eb (patch) | |
tree | 1d36e5cf67bdd687b93b37bd197cdb5684543448 /textproc | |
parent | 7dc2d1b83b2c6a0015343683829dae71557bdbf2 (diff) | |
download | freebsd-ports-gnome-1e5433da521eb6f428f7e2429a513d8e34e2c8eb.tar.gz freebsd-ports-gnome-1e5433da521eb6f428f7e2429a513d8e34e2c8eb.tar.zst freebsd-ports-gnome-1e5433da521eb6f428f7e2429a513d8e34e2c8eb.zip |
- Add -lxml2 to pkgconfig file, to fix compilation of applications using this
PR: ports/81904
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/liblingoteach/Makefile | 2 | ||||
-rw-r--r-- | textproc/liblingoteach/files/patch-liblingoteach.pc.in | 9 |
2 files changed, 10 insertions, 1 deletions
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 |