Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (891d38fc28212aba2d4b7963a20434e9a2e5e023)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (891d38fc28212aba2d4b7963a20434e9a2e5e023)
  • Date: Sun, 25 Dec 2011 16:00:11 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

xorg-lib/libxp/BUILD | 2 ++
xorg-lib/libxp/HISTORY | 3 +++
xorg-lib/libxp/PRE_BUILD | 4 +++-
xorg-lib/libxp/werror-fix.patch | 11 +++++++++++
4 files changed, 19 insertions(+), 1 deletion(-)

New commits:
commit 891d38fc28212aba2d4b7963a20434e9a2e5e023
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libxp: added patch to remove werror flag

diff --git a/xorg-lib/libxp/BUILD b/xorg-lib/libxp/BUILD
new file mode 100755
index 0000000..42b647d
--- /dev/null
+++ b/xorg-lib/libxp/BUILD
@@ -0,0 +1,2 @@
+OPTS="--disable-strict-compilation $OPTS" &&
+default_build
diff --git a/xorg-lib/libxp/HISTORY b/xorg-lib/libxp/HISTORY
index cf2d2d4..d97b99d 100644
--- a/xorg-lib/libxp/HISTORY
+++ b/xorg-lib/libxp/HISTORY
@@ -1,3 +1,6 @@
+2011-12-25 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: appy patch to remove werror causing build to fail.
+
2011-10-28 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.0.1
* PRE_BUILD: added to run autogen.sh
diff --git a/xorg-lib/libxp/PRE_BUILD b/xorg-lib/libxp/PRE_BUILD
index c5b8fb6..f32c7bd 100755
--- a/xorg-lib/libxp/PRE_BUILD
+++ b/xorg-lib/libxp/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

-./autogen.sh
+./autogen.sh &&
+
+patch -p0 < $SCRIPT_DIRECTORY/werror-fix.patch
diff --git a/xorg-lib/libxp/werror-fix.patch b/xorg-lib/libxp/werror-fix.patch
new file mode 100644
index 0000000..25dc373
--- /dev/null
+++ b/xorg-lib/libxp/werror-fix.patch
@@ -0,0 +1,11 @@
+--- configure-orig 2011-12-25 15:52:45.689534862 -0600
++++ configure 2011-12-25 15:53:08.762535820 -0600
+@@ -7606,7 +7606,7 @@
+ CFLAGS="$xorg_testset_save_CFLAGS"
+
+ if test "$supported" = "yes" ; then
+- BASE_CFLAGS="$BASE_CFLAGS -Werror=pointer-to-int-cast"
++ BASE_CFLAGS="$BASE_CFLAGS"
+ found="yes"
+ fi
+ fi



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (891d38fc28212aba2d4b7963a20434e9a2e5e023), Robin Cook, 12/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page