diff options
author | glewis <glewis@FreeBSD.org> | 2003-10-27 18:45:16 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-10-27 18:45:16 +0000 |
commit | cdda8a344901cf655beb4d38829ea730a9f4b26a (patch) | |
tree | 7c7ddb822f1d3b3ca91cca221f0a2262bbec47b2 /audio | |
parent | 0978b7f3e66cb59b97f482033f87b6e2a7c3b774 (diff) | |
download | FreeBSD-ports-cdda8a344901cf655beb4d38829ea730a9f4b26a.zip FreeBSD-ports-cdda8a344901cf655beb4d38829ea730a9f4b26a.tar.gz |
. Fix build on 5.x (gcc 3.3)
PR: 58426
Submitted by: Samy Al Bahra <samy@kerneled.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xtuner/Makefile | 8 | ||||
-rw-r--r-- | audio/xtuner/files/patch-misc.c | 14 |
2 files changed, 15 insertions, 7 deletions
diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile index fc6458f..db7c74a 100644 --- a/audio/xtuner/Makefile +++ b/audio/xtuner/Makefile @@ -19,10 +19,4 @@ LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms USE_IMAKE= YES USE_XPM= YES -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/xtuner/files/patch-misc.c b/audio/xtuner/files/patch-misc.c new file mode 100644 index 0000000..ea8ac2b --- /dev/null +++ b/audio/xtuner/files/patch-misc.c @@ -0,0 +1,14 @@ +$FreeBSD$ + +--- misc.c.orig Mon Oct 27 11:29:57 2003 ++++ misc.c Mon Oct 27 11:30:19 2003 +@@ -90,8 +90,7 @@ + else + { + fprintf(stderr,"Usage: xtuner [-0x20 | -0x30] -24 \n"); +- fprintf(stderr,"Which specifies the port for the radio card and 24hr +- time format \n"); ++ fprintf(stderr,"Which specifies the port for the radio card and 24hr time format \n"); + exit(1); + } + cmd++; |