diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-12-31 15:13:01 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-12-31 15:13:01 +0000 |
commit | ac1b7fe1833fae667aaa4bad4e8c864274b6b3f6 (patch) | |
tree | 6bb77d2c81b7f4e01b8c261254671444efce8a78 /multimedia/audacious/files/patch-src-audtool-Makefile | |
parent | - Update to 1.9 (diff) |
update multimedia/audacious to 3.1.1
update multimedia/audacious-plugins to 3.1.1
update audio/audacious-duumb to 0.73 (to make it compatible with audacious 3.1.1) [1]
mark audio/wmauda as broken (not compatible with audacious 3.1.1)
bump PORTREVISION of depeding ports
Approved by: maintainer [1]
Notes
Notes:
svn path=/head/; revision=288341
Diffstat (limited to 'multimedia/audacious/files/patch-src-audtool-Makefile')
-rw-r--r-- | multimedia/audacious/files/patch-src-audtool-Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/multimedia/audacious/files/patch-src-audtool-Makefile b/multimedia/audacious/files/patch-src-audtool-Makefile index 030f919c6c96..f3f4818ed9e4 100644 --- a/multimedia/audacious/files/patch-src-audtool-Makefile +++ b/multimedia/audacious/files/patch-src-audtool-Makefile @@ -1,16 +1,12 @@ ---- src/audtool/Makefile.orig 2009-05-14 11:38:38.000000000 +0200 -+++ src/audtool/Makefile 2009-05-14 11:38:49.000000000 +0200 -@@ -18,10 +18,10 @@ - ${ARCH_DEFINES} \ - ${MOWGLI_CFLAGS} - --LDFLAGS += ${AUDLDFLAGS} -+LDFLAGS = ${AUDLDFLAGS} +--- src/audtool/Makefile.orig 2011-11-08 17:37:12.000000000 +0100 ++++ src/audtool/Makefile 2011-11-23 20:51:01.000000000 +0100 +@@ -17,7 +17,7 @@ + ${GTK_CFLAGS} \ + ${MOWGLI_CFLAGS} -LIBS += ${DBUS_LIBS} \ - -L../libaudclient -laudclient \ -+LIBS = -L../libaudclient -laudclient \ ++LIBS += -L../libaudclient -laudclient \ + ${DBUS_LIBS} \ ${GTK_LIBS} \ - ${MOWGLI_LIBS} \ - ${LIBMCS_LIBS} + ${MOWGLI_LIBS} |