diff options
author | marino <marino@FreeBSD.org> | 2014-07-06 00:10:02 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-06 00:10:02 +0800 |
commit | a1d6462232e61637a2352b0261ab06fcb023de2c (patch) | |
tree | 5e4ddf959f045513a3900e9f75e7f9e2ed65dd36 /audio | |
parent | f1acbab18f56da69389f91003f3f0469f4d7b346 (diff) | |
download | freebsd-ports-gnome-a1d6462232e61637a2352b0261ab06fcb023de2c.tar.gz freebsd-ports-gnome-a1d6462232e61637a2352b0261ab06fcb023de2c.tar.zst freebsd-ports-gnome-a1d6462232e61637a2352b0261ab06fcb023de2c.zip |
audio/xmms-nas: Remove unnecessary patch
At one point DragonFly needs a patched ltconfig to build this port, but
libtool was recently updated to apply changes for DF automatically, so
the ltconfig patch is redundant.
Noticed by: tijl
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-nas/files/patch-ltconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/xmms-nas/files/patch-ltconfig b/audio/xmms-nas/files/patch-ltconfig deleted file mode 100644 index 90652f989ec0..000000000000 --- a/audio/xmms-nas/files/patch-ltconfig +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 |