diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 03:34:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 03:34:03 +0000 |
commit | 5bff8e7bfda161127a5de38fd9210004f591218e (patch) | |
tree | 22ce65ff235253d7a661b087620b2525628b455c /audio/jack | |
parent | Improve the port as follows: (diff) |
[patch] audio/alac - cleanup non-supported FreeBSD versions
[patch] audio/grip - cleanup non-supported FreeBSD versions
[patch] audio/jack - cleanup non-supported FreeBSD versions
[patch] audio/libcddb - cleanup non-supported FreeBSD versions
PR: ports/111646, ports/111660, ports/111662, ports/111668
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Appproved by: Michael Johnson <ahze@>
Diffstat (limited to 'audio/jack')
-rw-r--r-- | audio/jack/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index fe0dc882f755..2549cee8bd4d 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -49,16 +49,11 @@ CONFIGURE_ENV+= ac_cv_prog_HAVE_DOXYGEN="false" PLIST_SUB+= DOCS="@comment " .endif -.if ${OSVERSION} < 500000 -CONFIGURE_ENV+= ac_cv_func_clock_gettime=no -CFLAGS+= -Duintmax_t=uintptr_t -.endif - -.if (${OSVERSION} > 500000 ) && (${OSVERSION} < 502102 ) +.if (${OSVERSION} < 502102 ) BROKEN= Does not compile .endif -.if ${OSVERSION} < 500018 || exists(${LOCALBASE}/lib/libreadline.so.5) +.if exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif |