summaryrefslogtreecommitdiffstats
path: root/net/crescendo
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-03-10 06:26:28 +0000
committerdinoex <dinoex@FreeBSD.org>2001-03-10 06:26:28 +0000
commita49be02f494d75c009e4a00c39e35a4214693289 (patch)
tree8ed7d4a156111bac3102a0f24062ecd7fa61f99d /net/crescendo
parent90df1663d2bca61e4e0dbb8de7ea4720bfccbf88 (diff)
downloadFreeBSD-ports-a49be02f494d75c009e4a00c39e35a4214693289.zip
FreeBSD-ports-a49be02f494d75c009e4a00c39e35a4214693289.tar.gz
Build now with full Gnome support
Thanks to Jeremy Lea Submitted by: reg
Diffstat (limited to 'net/crescendo')
-rw-r--r--net/crescendo/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/crescendo/files/patch-aa b/net/crescendo/files/patch-aa
new file mode 100644
index 0000000..b26a31d
--- /dev/null
+++ b/net/crescendo/files/patch-aa
@@ -0,0 +1,11 @@
+--- src/splash.c.orig Fri Oct 13 00:38:03 2000
++++ src/splash.c Fri Oct 13 00:38:50 2000
+@@ -32,7 +32,7 @@
+ gtk_signal_connect (GTK_OBJECT(WinSplash), "button_press_event", GTK_SIGNAL_FUNC (gtk_widget_destroy), NULL);
+
+ if(cresc_pref->prefix) {
+- temp = g_strconcat (cresc_pref->prefix, "share/crescendo/cr-splash1.jpg", NULL);
++ temp = g_strconcat (CRESCENDO_DATADIR, "/cr-splash1.jpg", NULL);
+ picSplash = gnome_pixmap_new_from_file(temp);
+ gtk_container_add(GTK_CONTAINER(WinSplash),picSplash);
+ g_free(temp);
OpenPOWER on IntegriCloud