svn commit: r360756 - head/audio/xmms-nas/files
John Marino
marino at FreeBSD.org
Sat Jul 5 15:02:31 UTC 2014
Author: marino
Date: Sat Jul 5 15:02:31 2014
New Revision: 360756
URL: http://svnweb.freebsd.org/changeset/ports/360756
QAT: https://qat.redports.org/buildarchive/r360756/
Log:
audio/xmms-nas: Add patch for DragonFly support (dports)
Added:
head/audio/xmms-nas/files/patch-ltconfig (contents, props changed)
Added: head/audio/xmms-nas/files/patch-ltconfig
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/xmms-nas/files/patch-ltconfig Sat Jul 5 15:02:31 2014 (r360756)
@@ -0,0 +1,20 @@
+--- ltconfig.orig 1999-08-06 23:43:29.000000000 +0000
++++ ltconfig
+@@ -1216,7 +1216,7 @@ else
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+- freebsd*)
++ dragonfly*|freebsd*)
+ archive_cmds='$CC -shared -o $lib $libobjs $deplibs $linkopts'
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+@@ -1665,7 +1665,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-all
mailing list