svn commit: r342844 - head/lang/gnustep-guile/files

John Marino marino at FreeBSD.org
Wed Feb 5 20:38:56 UTC 2014


Author: marino
Date: Wed Feb  5 20:38:55 2014
New Revision: 342844
URL: http://svnweb.freebsd.org/changeset/ports/342844
QAT: https://qat.redports.org/buildarchive/r342844/

Log:
  lang/gnustep-guile: Add dragonfly support to configure script

Added:
  head/lang/gnustep-guile/files/patch-Greg_configure   (contents, props changed)

Added: head/lang/gnustep-guile/files/patch-Greg_configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/gnustep-guile/files/patch-Greg_configure	Wed Feb  5 20:38:55 2014	(r342844)
@@ -0,0 +1,36 @@
+--- Greg/configure.orig	2014-02-05 13:56:54.154224000 +0000
++++ Greg/configure
+@@ -2440,13 +2440,13 @@ darwin* | rhapsody*)
+   esac
+   ;;
+ 
+-freebsd*)
++dragonfly*|freebsd*)
+   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+     case $host_cpu in
+     i*86 )
+       # Not sure whether the presence of OpenBSD here was a mistake.
+       # Let's accept both of them until this is cleared up.
+-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
++      lt_cv_deplibs_check_method='file_magic (FreeBSD|DragonFly|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
+       lt_cv_file_magic_cmd=/usr/bin/file
+       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+       ;;
+@@ -4543,7 +4543,7 @@ else
+     ;;
+ 
+   # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-  freebsd*)
++  dragonfly*|freebsd*)
+     archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+     hardcode_libdir_flag_spec='-R$libdir'
+     hardcode_direct=yes
+@@ -4990,7 +4990,7 @@ freebsd1*)
+   dynamic_linker=no
+   ;;
+ 
+-freebsd*)
++dragonfly*|freebsd*)
+   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+   version_type=freebsd-$objformat
+   case $version_type in


More information about the svn-ports-head mailing list