diff options
author | linimon <linimon@FreeBSD.org> | 2017-02-10 02:53:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-02-10 02:53:12 +0800 |
commit | d986308550a19d058cd7490871a870e705d8365c (patch) | |
tree | be5801b4b385a04c75cc1baf3b06a46cc4f893e5 /audio/audiere/Makefile | |
parent | b9168d5cd97c323a0847a91c6972bca6948a21a0 (diff) | |
download | freebsd-ports-gnome-d986308550a19d058cd7490871a870e705d8365c.tar.gz freebsd-ports-gnome-d986308550a19d058cd7490871a870e705d8365c.tar.zst freebsd-ports-gnome-d986308550a19d058cd7490871a870e705d8365c.zip |
Add -fPIC to various ports to enable them to build on armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio/audiere/Makefile')
-rw-r--r-- | audio/audiere/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/audiere/Makefile b/audio/audiere/Makefile index c510f1b342ce..45ad97c4ff4e 100644 --- a/audio/audiere/Makefile +++ b/audio/audiere/Makefile @@ -22,6 +22,8 @@ CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" CPPFLAGS+= -I${LOCALBASE}/include/speex -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CFLAGS_aarch64= -fPIC + PORTDOCS= changelog.txt cvs.txt dependencies.txt faq.txt glossary.txt \ license.txt overview.txt readme.txt release-howto.txt \ tutorial.txt |