summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2008-12-01 14:49:35 +0100
committerJaka Kranjc2008-12-01 14:49:51 +0100
commite59d059b55a2a94f50045881ccbcb12b69b34b4b (patch)
treeb5634d897cc41379452047b9150cffb60cd7fc53
parent53bb7d583898e0b648508cb059320118e3ca4136 (diff)
trayer: fixed compilation #14840
-rwxr-xr-xwm-addons/trayer/BUILD4
-rw-r--r--wm-addons/trayer/HISTORY4
-rwxr-xr-xwm-addons/trayer/PRE_BUILD3
3 files changed, 9 insertions, 2 deletions
diff --git a/wm-addons/trayer/BUILD b/wm-addons/trayer/BUILD
index 8f58e6df93..299acf1716 100755
--- a/wm-addons/trayer/BUILD
+++ b/wm-addons/trayer/BUILD
@@ -1 +1,3 @@
-make
+make_single &&
+make &&
+make_normal
diff --git a/wm-addons/trayer/HISTORY b/wm-addons/trayer/HISTORY
index ac814706dd..e8c3c24666 100644
--- a/wm-addons/trayer/HISTORY
+++ b/wm-addons/trayer/HISTORY
@@ -1,3 +1,7 @@
+2008-12-01 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * PRE_BUILD: fixed compilation #14840
+ * BUILD: breaks with multiple jobs
+
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/wm-addons/trayer/PRE_BUILD b/wm-addons/trayer/PRE_BUILD
index ae4ea49d4e..0ed05acdf3 100755
--- a/wm-addons/trayer/PRE_BUILD
+++ b/wm-addons/trayer/PRE_BUILD
@@ -1,2 +1,3 @@
default_pre_build &&
-sedit "s/\$\(prefix\)/${INSTALL_ROOT}\/usr/g" ${SOURCE_DIRECTORY}/Makefile
+sedit "s/\$\(prefix\)/${INSTALL_ROOT}\/usr/g" ${SOURCE_DIRECTORY}/Makefile &&
+sedit "s/-DGTK_DISABLE_DEPRECATED//g" ${SOURCE_DIRECTORY}/Makefile.common