diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-05 23:54:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-05 23:54:10 +0000 |
commit | 2118a34c399bb9d08ae60ef0ef126c9385089cf2 (patch) | |
tree | 88561e7a368341b0e0ef4dc2793448d371322db8 /audio | |
parent | 27ec2c6e89c1ac5d9a4663a75001af207aed0f15 (diff) | |
download | ports-2118a34c399bb9d08ae60ef0ef126c9385089cf2.tar.gz ports-2118a34c399bb9d08ae60ef0ef126c9385089cf2.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-efxmms/files/patch-ltconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/xmms-efxmms/files/patch-ltconfig b/audio/xmms-efxmms/files/patch-ltconfig new file mode 100644 index 000000000000..290a3b2b2f87 --- /dev/null +++ b/audio/xmms-efxmms/files/patch-ltconfig @@ -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 |