Package: gmt / 4.5.12-1

kfreebsd Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: gmt/configure
===================================================================
--- gmt.orig/configure	2014-03-20 10:45:04.000000000 +0100
+++ gmt/configure	2014-03-20 10:45:04.000000000 +0100
@@ -7393,7 +7393,7 @@
 		else				# Solaris
 			LD_OPT="-G"
 		fi
-	elif test "$os" = "Linux" || test "$os" = "GNU/kFreeBSD" ; then	# Need optimization when doing shared
+	elif test "$os" = "Linux" || test "$os" = "GNU/kFreeBSD" || test "$os" = "GNU"; then	# Need optimization when doing shared
 		LD='$(CC)'
 		SL_VERSION=$SL.$LIB_MAJOR_VERSION
 		LD_OPT='-shared -Wl,-soname=$*.'$SL_VERSION