summaryrefslogtreecommitdiffstats
path: root/audio/beast/files/patch-sfi_glib-extra.h
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-25 07:46:55 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-25 07:46:55 +0800
commit6f0197e20239a1774c7e4fefe618610cfe3a97c7 (patch)
tree2e7a4cfaac4f36ce807222151ee8f65209e9f4ba /audio/beast/files/patch-sfi_glib-extra.h
parentd27c414cc3d16a3958e44ba53e7339b7c4078b90 (diff)
downloadmarcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.tar
marcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.tar.gz
marcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.tar.bz2
marcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.tar.lz
marcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.tar.xz
marcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.tar.zst
marcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6760 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/beast/files/patch-sfi_glib-extra.h')
-rw-r--r--audio/beast/files/patch-sfi_glib-extra.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/beast/files/patch-sfi_glib-extra.h b/audio/beast/files/patch-sfi_glib-extra.h
new file mode 100644
index 000000000..c1aed2237
--- /dev/null
+++ b/audio/beast/files/patch-sfi_glib-extra.h
@@ -0,0 +1,11 @@
+--- sfi/glib-extra.h.orig Sun May 7 16:28:20 2006
++++ sfi/glib-extra.h Sun May 7 16:28:31 2006
+@@ -90,8 +90,6 @@
+ gchar* g_strdup_rstrip (const gchar *string);
+ gchar* g_strdup_lstrip (const gchar *string);
+
+-const gchar* g_intern_string (const gchar *string);
+-const gchar* g_intern_static_string (const gchar *string);
+ const gchar* g_intern_strconcat (const gchar *first_string,
+ ...);
+ const gchar* g_intern_printf (const gchar *format,