Revision: 2737
          http://gar.svn.sourceforge.net/gar/?rev=2737&view=rev
Author:   dmichelsen
Date:     2009-01-02 15:31:09 +0000 (Fri, 02 Jan 2009)

Log Message:
-----------
ncurses: Don't use new option -xcode as SOS11 on x86 doesn't understand it

Modified Paths:
--------------
    csw/mgar/pkg/ncurses/trunk/Makefile
    csw/mgar/pkg/ncurses/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/ncurses/trunk/files/patch-xcode.diff

Modified: csw/mgar/pkg/ncurses/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ncurses/trunk/Makefile 2009-01-02 14:33:07 UTC (rev 2736)
+++ csw/mgar/pkg/ncurses/trunk/Makefile 2009-01-02 15:31:09 UTC (rev 2737)
@@ -14,6 +14,8 @@
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
 DISTFILES += $(call admfiles,CSWncurses)
 
+PATCHFILES = patch-xcode.diff
+
 SPKG_SOURCEURL = http://www.gnu.org/software/ncurses/ncurses.html
 
 BUILD64 = 1

Modified: csw/mgar/pkg/ncurses/trunk/checksums
===================================================================
--- csw/mgar/pkg/ncurses/trunk/checksums        2009-01-02 14:33:07 UTC (rev 
2736)
+++ csw/mgar/pkg/ncurses/trunk/checksums        2009-01-02 15:31:09 UTC (rev 
2737)
@@ -1,4 +1,3 @@
-069c8880072060373290a4fefff43520  download/ncurses-5.4.tar.gz
-b6593abe1089d6aab1551c105c9300e3  download/ncurses-5.6.tar.gz
 cce05daf61a64501ef6cd8da1f727ec6  download/ncurses-5.7.tar.gz
 15d0b480df618fcdf7a8b829fe4a2300  download/CSWncurses.gspec
+74e4c56ff1c8d4e29695f1b0d887a070  download/patch-xcode.diff

Added: csw/mgar/pkg/ncurses/trunk/files/patch-xcode.diff
===================================================================
--- csw/mgar/pkg/ncurses/trunk/files/patch-xcode.diff                           
(rev 0)
+++ csw/mgar/pkg/ncurses/trunk/files/patch-xcode.diff   2009-01-02 15:31:09 UTC 
(rev 2737)
@@ -0,0 +1,12 @@
+diff -Naur ncurses-5.7.orig/configure ncurses-5.7.patched/configure
+--- ncurses-5.7.orig/configure 2008-10-26 02:04:38.000000000 +0200
++++ ncurses-5.7.patched/configure      2009-01-02 16:18:33.593535166 +0100
+@@ -5258,7 +5258,7 @@
+       fi
+ 
+               if test "$GCC" != yes; then
+-                      CC_SHARED_OPTS='-xcode=pic32'
++                      CC_SHARED_OPTS='-KPIC'
+                       MK_SHARED_LIB='${CC} -dy -G -h '$cf_cv_shared_soname' 
-o $@'
+               else
+                       MK_SHARED_LIB='${CC} -shared -dy -G -h 
'$cf_cv_shared_soname' -o $@'


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to