aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-mp3fs
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-24 11:25:14 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-24 11:25:14 +0000
commitce2bbc1953350bbed45b1a4c276ede6e70d3cec7 (patch)
tree0d55aa024606c56b03ddc3caa52b0bb62ae8a570 /sysutils/fusefs-mp3fs
parente5a8088292830ab7834c4bce5a4498f70177b7ff (diff)
downloadports-ce2bbc1953350bbed45b1a4c276ede6e70d3cec7.tar.gz
ports-ce2bbc1953350bbed45b1a4c276ede6e70d3cec7.zip
fusefs-mp3fs: fix build on GCC architectures
Add USES=compiler:c11 to fix: /usr/local/lib/libFLAC++.so: undefined reference to `operator delete(void*, unsigned long)@CXXABI_1.3.9' Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=505023
Diffstat (limited to 'sysutils/fusefs-mp3fs')
-rw-r--r--sysutils/fusefs-mp3fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-mp3fs/Makefile b/sysutils/fusefs-mp3fs/Makefile
index c8d3165dba89..afeaf701f180 100644
--- a/sysutils/fusefs-mp3fs/Makefile
+++ b/sysutils/fusefs-mp3fs/Makefile
@@ -22,7 +22,7 @@ FETCH_CMD= fetch -Fpr
CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include
GNU_CONFIGURE= yes
-USES= fuse pkgconfig
+USES= compiler:c11 fuse pkgconfig
PLIST_FILES= bin/mp3fs \
man/man1/mp3fs.1.gz