From 9d79e7b1469f6887d302e13ce7c67c54408a2453 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 9 Jan 2017 13:16:49 +0000 Subject: - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL Approved by: portmgr blanket --- audio/sndio/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'audio/sndio') diff --git a/audio/sndio/Makefile b/audio/sndio/Makefile index 44ddceb0b8cf..e45e68cce4ab 100644 --- a/audio/sndio/Makefile +++ b/audio/sndio/Makefile @@ -17,15 +17,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man USE_LDCONFIG= yes USE_RC_SUBR= sndiod -.include - -# FreeBSD 9.x does not have SOCK_CLOEXEC -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -CFLAGS+= -DSOCK_CLOEXEC=0 -.endif - -USERS= _sndio -GROUPS= _sndio +USERS= _sndio +GROUPS= _sndio # Parallel build leads to problems, but sndio is very quick to compile # as is so not worth fixing @@ -38,4 +31,4 @@ post-install: ${STAGEDIR}${PREFIX}/bin/aucat \ ${STAGEDIR}${PREFIX}/bin/midicat -.include +.include -- cgit v1.2.3