diff options
author | pawel <pawel@FreeBSD.org> | 2012-07-07 22:38:17 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-07-07 22:38:17 +0800 |
commit | f34f6a9a8795f3592e3ee6f205d2bff8cae626dd (patch) | |
tree | ded442b964d1512a77d338f407dd63e1a6dfb3d0 /audio | |
parent | 71f3d9ea4d9b5e799ec61305c31a1f2662ef7180 (diff) | |
download | freebsd-ports-graphics-f34f6a9a8795f3592e3ee6f205d2bff8cae626dd.tar.gz freebsd-ports-graphics-f34f6a9a8795f3592e3ee6f205d2bff8cae626dd.tar.zst freebsd-ports-graphics-f34f6a9a8795f3592e3ee6f205d2bff8cae626dd.zip |
Unbreak
PR: ports/169695
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wsoundprefs/Makefile | 2 | ||||
-rw-r--r-- | audio/wsoundprefs/files/patch-src-SystemInfo.c | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/audio/wsoundprefs/Makefile b/audio/wsoundprefs/Makefile index 212735df119..47604f752a7 100644 --- a/audio/wsoundprefs/Makefile +++ b/audio/wsoundprefs/Makefile @@ -20,8 +20,6 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ wsound.1:${PORTSDIR}/audio/wsoundserver RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker -BROKEN= does not compile - USE_IMAKE= yes USE_XORG= x11 xext NO_INSTALL_MANPAGES=yes diff --git a/audio/wsoundprefs/files/patch-src-SystemInfo.c b/audio/wsoundprefs/files/patch-src-SystemInfo.c new file mode 100644 index 00000000000..2cbcbd83907 --- /dev/null +++ b/audio/wsoundprefs/files/patch-src-SystemInfo.c @@ -0,0 +1,11 @@ +--- src/SystemInfo.c.orig 1999-06-16 11:53:35.000000000 +0200 ++++ src/SystemInfo.c 2012-07-07 15:30:50.000000000 +0200 +@@ -117,7 +117,7 @@ + free(sysinfo); + } + else { +- wsyserror(_("Trying to free non-existent SystemInfo struct")); ++ werror(_("Trying to free non-existent SystemInfo struct")); + } + } + |