diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-01-22 18:52:26 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-01-22 18:52:26 +0000 |
commit | 043e020d24c059d8308c90cc2c1eee06329b4531 (patch) | |
tree | 5637f82151d83dec86d6995c0795aa83f8bb9b68 /audio/csound | |
parent | 31acaa42e9605e98f613ad1a55981f9f46233d9a (diff) | |
download | ports-043e020d24c059d8308c90cc2c1eee06329b4531.tar.gz ports-043e020d24c059d8308c90cc2c1eee06329b4531.zip |
Notes
Diffstat (limited to 'audio/csound')
-rw-r--r-- | audio/csound/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 5f2c94d3760c..da696bdbec9d 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -52,6 +52,7 @@ SSP_UNSAFE= yes CFLAGS+= -fPIC -fopenmp -DUSE_OPENMP LDFLAGS+= -pthread -Wl,-export-dynamic +LINKFLAGS= # empty SUB_FILES= pkg-message |