PIE flags really need disabling, we use PIE by default anyway

on arches where it actually works.  From sthen@
This commit is contained in:
naddy 2016-01-27 15:59:03 +00:00
parent 8d235ea42b
commit 92adf2cc4f

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2015/09/10 21:09:11 naddy Exp $
# $OpenBSD: Makefile,v 1.10 2016/01/27 15:59:03 naddy Exp $
COMMENT= encode, inspect, and decode Opus files
DISTNAME= opus-tools-0.1.9
REVISION= 0
REVISION= 1
CATEGORIES= audio
HOMEPAGE= http://opus-codec.org/
@ -23,4 +23,7 @@ SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-maintainer-mode
# OpenBSD uses PIE by default anyway on archs where it actually works
CONFIGURE_ARGS+=--disable-pie
.include <bsd.port.mk>