From 9b05dc05ff60b7a2cc15f6302f6556debe9ec80c Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sat, 19 May 2001 20:07:15 +0000 Subject: Correct gnome-config configuration file, so gnome-config outputs correct paths. Reported by: ijliao --- textproc/libxml2/Makefile | 1 + textproc/libxml2/files/patch-xml2Conf.sh.in | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 textproc/libxml2/files/patch-xml2Conf.sh.in (limited to 'textproc') diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index f9f2490191a7..9b6891e16c99 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxml2 PORTVERSION= 2.3.8 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml diff --git a/textproc/libxml2/files/patch-xml2Conf.sh.in b/textproc/libxml2/files/patch-xml2Conf.sh.in new file mode 100644 index 000000000000..e07940d12f05 --- /dev/null +++ b/textproc/libxml2/files/patch-xml2Conf.sh.in @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- xml2Conf.sh.in 2001/05/19 19:57:43 1.1 ++++ xml2Conf.sh.in 2001/05/19 19:59:40 +@@ -1,6 +1,12 @@ + # + # Configuration file for using the XML library in GNOME applications + # ++ ++prefix=@prefix@ ++exec_prefix=@exec_prefix@ ++includedir=@includedir@ ++libdir=@libdir@ ++ + XML2_LIBDIR="@XML_LIBDIR@" + XML2_LIBS="@XML_LIBS@" + XML2_INCLUDEDIR="@XML_INCLUDEDIR@" -- cgit v1.2.3