svn commit: r360756 - head/audio/xmms-nas/files
Tijl Coosemans
tijl at FreeBSD.org
Sat Jul 5 15:35:18 UTC 2014
On Sat, 5 Jul 2014 15:02:31 +0000 (UTC) John Marino wrote:
> 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
>
Didn't this just work? It should already be handled by USES=libtool.
More information about the svn-ports-all
mailing list