svn commit: r342909 - head/audio/xmms-efxmms/files
John Marino
marino at FreeBSD.org
Wed Feb 5 23:54:10 UTC 2014
Author: marino
Date: Wed Feb 5 23:54:10 2014
New Revision: 342909
URL: http://svnweb.freebsd.org/changeset/ports/342909
QAT: https://qat.redports.org/buildarchive/r342909/
Log:
audio/xmms-efxmms: Add dragonfly support to configure script
Added:
head/audio/xmms-efxmms/files/
head/audio/xmms-efxmms/files/patch-ltconfig (contents, props changed)
Added: head/audio/xmms-efxmms/files/patch-ltconfig
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/xmms-efxmms/files/patch-ltconfig Wed Feb 5 23:54:10 2014 (r342909)
@@ -0,0 +1,20 @@
+--- ltconfig.orig 2001-05-15 15:53:19.000000000 +0000
++++ ltconfig
+@@ -1349,7 +1349,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
+@@ -1823,7 +1823,7 @@ freebsd1*)
+ dynamic_linker=no
+ ;;
+
+-freebsd*)
++freebsd*|dragonfly*)
+ 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