diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
commit | 9d79e7b1469f6887d302e13ce7c67c54408a2453 (patch) | |
tree | 263754af5ddd95f1ad55b06c101378a0cf71009b /audio/sndio | |
parent | a0e384abe8236d5d12c69354d90c0de5342f7efb (diff) | |
download | ports-9d79e7b1469f6887d302e13ce7c67c54408a2453.tar.gz ports-9d79e7b1469f6887d302e13ce7c67c54408a2453.zip |
Notes
Diffstat (limited to 'audio/sndio')
-rw-r--r-- | audio/sndio/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
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 <bsd.port.pre.mk> - -# 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 <bsd.port.post.mk> +.include <bsd.port.mk> |