mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Correct gnome-config configuration file, so gnome-config outputs correct
paths. Reported by: ijliao
This commit is contained in:
parent
effca3d417
commit
9b05dc05ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42757
2 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
18
textproc/libxml2/files/patch-xml2Conf.sh.in
Normal file
18
textproc/libxml2/files/patch-xml2Conf.sh.in
Normal file
|
@ -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@"
|
Loading…
Add table
Reference in a new issue