[SM-Commit] GIT changes to master grimoire by ruskie (0678b46926e11b747e0d055e5c0e90fdaba3451c)

ruskie scm at sourcemage.org
Wed Nov 12 06:04:31 EST 2008


GIT changes to master grimoire by ruskie <ruskie at freya.(none)>:

 x11/synergy/HISTORY   |    3 +++
 x11/synergy/PRE_BUILD |    4 ++++
 2 files changed, 7 insertions(+)

New commits:
commit 0678b46926e11b747e0d055e5c0e90fdaba3451c
Author: ruskie <ruskie at freya.(none)>
Commit: ruskie <ruskie at freya.(none)>

    synergy: remove -Werror to avoid issues

diff --git a/x11/synergy/HISTORY b/x11/synergy/HISTORY
index c45dfc8..6e658dc 100644
--- a/x11/synergy/HISTORY
+++ b/x11/synergy/HISTORY
@@ -1,3 +1,6 @@
+2008-11-12 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* PRE_BUILD: remove -Werror as it causes issues
+
 2008-03-18 Eric Sandall <sandalle at sourcemage.org>
 	* DEPENDS: Switch X11-SERVER to the one and only xorg-server
 
diff --git a/x11/synergy/PRE_BUILD b/x11/synergy/PRE_BUILD
new file mode 100755
index 0000000..f1b53a2
--- /dev/null
+++ b/x11/synergy/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build  &&
+cd $SOURCE_DIRECTORY  &&
+sed -i "s:\-Werror::g" acinclude.m4  &&
+autoreconf -f



More information about the SM-Commit mailing list