diff options
-rw-r--r-- | audio/xmms-liveice/files/patch-ltconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/xmms-liveice/files/patch-ltconfig b/audio/xmms-liveice/files/patch-ltconfig new file mode 100644 index 0000000..3624b78 --- /dev/null +++ b/audio/xmms-liveice/files/patch-ltconfig @@ -0,0 +1,20 @@ +--- ltconfig.orig 2000-01-25 07:16:36.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*) ++dragonfly*|freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + version_type=freebsd-$objformat + case "$version_type" in |