diff options
author | imp <imp@FreeBSD.org> | 2003-04-02 10:46:39 +0800 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-04-02 10:46:39 +0800 |
commit | 2bedd57212608377a31b2ffc7b279ea24cc9ee09 (patch) | |
tree | 3f0e2b569b64fa060b70f925c4e99452b801f9d1 /audio/rio/Makefile | |
parent | 9bbd062b63d55bce490cc12678693955d4d1b372 (diff) | |
download | freebsd-ports-gnome-2bedd57212608377a31b2ffc7b279ea24cc9ee09.tar.gz freebsd-ports-gnome-2bedd57212608377a31b2ffc7b279ea24cc9ee09.tar.zst freebsd-ports-gnome-2bedd57212608377a31b2ffc7b279ea24cc9ee09.zip |
Fix building on -current. Kludge around the ffs issue and use time_t
where a time_t is ment, not a long.
Diffstat (limited to 'audio/rio/Makefile')
-rw-r--r-- | audio/rio/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/rio/Makefile b/audio/rio/Makefile index df767e16eec1..bd3fa51cc6bb 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -23,10 +23,6 @@ BINMODE= 4755 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500035 -BROKEN= "Does not compile on 5.0" -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin |