[csw-devel] SF.net SVN: gar:[7047] csw/mgar/pkg/libsdl/trunk/files/ 0001-Fix-nasm-options.patch

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Oct 30 12:29:51 CET 2009


Revision: 7047
          http://gar.svn.sourceforge.net/gar/?rev=7047&view=rev
Author:   dmichelsen
Date:     2009-10-30 11:29:51 +0000 (Fri, 30 Oct 2009)

Log Message:
-----------
libsdl: Patch for 64 bit x86 assembly

Added Paths:
-----------
    csw/mgar/pkg/libsdl/trunk/files/0001-Fix-nasm-options.patch

Added: csw/mgar/pkg/libsdl/trunk/files/0001-Fix-nasm-options.patch
===================================================================
--- csw/mgar/pkg/libsdl/trunk/files/0001-Fix-nasm-options.patch	                        (rev 0)
+++ csw/mgar/pkg/libsdl/trunk/files/0001-Fix-nasm-options.patch	2009-10-30 11:29:51 UTC (rev 7047)
@@ -0,0 +1,25 @@
+From 735a89c8e05c6fa0684deb6e7019192959abb869 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Fri, 30 Oct 2009 11:09:15 +0100
+Subject: [PATCH] Fix nasm options
+
+---
+ build-scripts/strip_fPIC.sh |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/build-scripts/strip_fPIC.sh b/build-scripts/strip_fPIC.sh
+index 45d34ba..5953112 100755
+--- a/build-scripts/strip_fPIC.sh
++++ b/build-scripts/strip_fPIC.sh
+@@ -5,7 +5,7 @@
+ command=""
+ while [ $# -gt 0 ]; do
+     case "$1" in
+-        -fPIC)
++        -fPIC|-KPIC)
+             # Ignore -fPIC option
+             ;;
+         -fno-common)
+-- 
+1.6.5
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list