[Midnightbsd-cvs] mports [17737] trunk/devel/swig20/files: add missing patchset

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 12 17:23:30 EDT 2014


Revision: 17737
          http://svnweb.midnightbsd.org/mports/?rev=17737
Author:   laffer1
Date:     2014-10-12 17:23:26 -0400 (Sun, 12 Oct 2014)
Log Message:
-----------
add missing patchset

Added Paths:
-----------
    trunk/devel/swig20/files/
    trunk/devel/swig20/files/patch-Lib_swigrun.swg
    trunk/devel/swig20/files/patch-configure

Added: trunk/devel/swig20/files/patch-Lib_swigrun.swg
===================================================================
--- trunk/devel/swig20/files/patch-Lib_swigrun.swg	                        (rev 0)
+++ trunk/devel/swig20/files/patch-Lib_swigrun.swg	2014-10-12 21:23:26 UTC (rev 17737)
@@ -0,0 +1,10 @@
+--- Lib/swigrun.swg.orig	2013-09-15 09:11:43.000000000 -0500
++++ Lib/swigrun.swg	2014-02-06 14:04:08.000000000 -0500
+@@ -176,6 +176,7 @@
+ #include <string.h>
+ 
+ #ifdef __cplusplus
++#include <string>
+ extern "C" {
+ #endif
+ 


Property changes on: trunk/devel/swig20/files/patch-Lib_swigrun.swg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/devel/swig20/files/patch-configure
===================================================================
--- trunk/devel/swig20/files/patch-configure	                        (rev 0)
+++ trunk/devel/swig20/files/patch-configure	2014-10-12 21:23:26 UTC (rev 17737)
@@ -0,0 +1,24 @@
+--- configure.orig	2014-02-09 22:21:00 UTC
++++ configure
+@@ -6420,8 +6420,8 @@
+ 		fi ;;
+ 	*-*-linux*) LDSHARED="gcc -shared";;
+ 	*-*-dgux*) LDSHARED="ld -G";;
+-	*-*-freebsd3*) LDSHARED="gcc -shared";;
+-	*-*-freebsd* | *-*-openbsd*) LDSHARED="ld -Bshareable";;
++	*-*-dragonfly* | *-*-freebsd*) LDSHARED="$CC -shared";;
++	*-*-openbsd*) LDSHARED="ld -Bshareable";;
+ 	*-*-netbsd*)
+ 		if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]
+ 		then
+@@ -6489,8 +6489,8 @@
+ 		 else CCSHARED="+z"
+ 		 fi;;
+ 	*-*-linux*) CCSHARED="-fpic";;
+-	*-*-freebsd* | *-*-openbsd*) CCSHARED="-fpic";;
+-	*-*-netbsd*) CCSHARED="-fPIC";;
++	*-*-openbsd*) CCSHARED="-fpic";;
++	*-*-dragonfly* | *-*-freebsd* | *-*-netbsd*) CCSHARED="-fPIC";;
+ 	*-sco-sysv*) CCSHARED="-KPIC -dy -Bdynamic";;
+ 	*-*-irix6*)  case $CC in
+ 		   *gcc*) CCSHARED="-shared";;


Property changes on: trunk/devel/swig20/files/patch-configure
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list