summaryrefslogtreecommitdiffstats
path: root/audio/xmms-liveice
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-02-05 23:49:41 +0000
committermarino <marino@FreeBSD.org>2014-02-05 23:49:41 +0000
commitd048a1f519f5cb98c83eecaf3eeba9340c09205c (patch)
tree9e725fbc891b72d0d14d541a6c43f2d10612fd42 /audio/xmms-liveice
parenteec1d0fba9c86d3cdd8e4c8e8055afbe7ce4e03e (diff)
downloadFreeBSD-ports-d048a1f519f5cb98c83eecaf3eeba9340c09205c.zip
FreeBSD-ports-d048a1f519f5cb98c83eecaf3eeba9340c09205c.tar.gz
audio/xmms-liveice: Add dragonfly support to configure script
Diffstat (limited to 'audio/xmms-liveice')
-rw-r--r--audio/xmms-liveice/files/patch-ltconfig20
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
OpenPOWER on IntegriCloud