diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2010-10-22 01:36:18 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2010-10-22 01:36:18 +0800 |
commit | f4de98cf2647949876f3bb6395a4101bb84844a9 (patch) | |
tree | 23006d803b842f3ddd57554d078d3905a9e97809 /misc/xiphos/files | |
parent | 88a876219bb3f928639eb8217e7d36e26d27d4b8 (diff) | |
download | freebsd-ports-gnome-f4de98cf2647949876f3bb6395a4101bb84844a9.tar.gz freebsd-ports-gnome-f4de98cf2647949876f3bb6395a4101bb84844a9.tar.zst freebsd-ports-gnome-f4de98cf2647949876f3bb6395a4101bb84844a9.zip |
- Update to 3.1.4
Diffstat (limited to 'misc/xiphos/files')
-rw-r--r-- | misc/xiphos/files/patch-src__gnome2__utilities.c | 12 | ||||
-rw-r--r-- | misc/xiphos/files/patch-waffles__gnome.py | 11 |
2 files changed, 23 insertions, 0 deletions
diff --git a/misc/xiphos/files/patch-src__gnome2__utilities.c b/misc/xiphos/files/patch-src__gnome2__utilities.c new file mode 100644 index 000000000000..7db06dd03d84 --- /dev/null +++ b/misc/xiphos/files/patch-src__gnome2__utilities.c @@ -0,0 +1,12 @@ +--- ./src/gnome2/utilities.c.orig 2010-10-21 11:08:39.000000000 -0400 ++++ ./src/gnome2/utilities.c 2010-10-21 11:10:46.000000000 -0400 +@@ -1934,7 +1934,9 @@ + + #define IMGSRC_STRING "<img src=\"" + #define IMGSRC_LENGTH 10 // strlen(IMGSRC_STRING) ++#ifndef HAVE_STRCASESTR + const char *strcasestr(const char *haystack, const char *needle); ++#endif + + const char * + AnalyzeForImageSize(const char *origtext, diff --git a/misc/xiphos/files/patch-waffles__gnome.py b/misc/xiphos/files/patch-waffles__gnome.py new file mode 100644 index 000000000000..dd21da59ea11 --- /dev/null +++ b/misc/xiphos/files/patch-waffles__gnome.py @@ -0,0 +1,11 @@ +--- ./waffles/gnome.py.orig 2010-10-15 17:32:41.000000000 -0400 ++++ ./waffles/gnome.py 2010-10-21 11:00:42.000000000 -0400 +@@ -216,7 +216,7 @@ + xsltproc2po = conf.find_program('xsltproc', var='XSLTPROC2PO') + conf.env['XML2POFLAGS'] = '-e -p' + conf.env['SCROLLKEEPER_DATADIR'] = Utils.cmd_output("scrollkeeper-config --pkgdatadir", silent=1).strip() +- conf.env['DB2OMF'] = Utils.cmd_output("/usr/bin/pkg-config --variable db2omf gnome-doc-utils", silent=1).strip() ++ conf.env['DB2OMF'] = Utils.cmd_output("pkg-config --variable db2omf gnome-doc-utils", silent=1).strip() + + def set_options(opt): + opt.add_option('--want-rpath', type='int', default=1, dest='want_rpath', help='set rpath to 1 or 0 [Default 1]') |