diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-01-23 02:52:26 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-01-23 02:52:26 +0800 |
commit | 633c6ce34cd8f27622c1922b72cb9b13ef47fb67 (patch) | |
tree | 5637f82151d83dec86d6995c0795aa83f8bb9b68 /audio/csound | |
parent | 6ba2c007bb76ca354b44fc8f5b0e4ba42d90c011 (diff) | |
download | freebsd-ports-gnome-633c6ce34cd8f27622c1922b72cb9b13ef47fb67.tar.gz freebsd-ports-gnome-633c6ce34cd8f27622c1922b72cb9b13ef47fb67.tar.zst freebsd-ports-gnome-633c6ce34cd8f27622c1922b72cb9b13ef47fb67.zip |
Pass CFLAGS and LDFLAGS by default to scons build, again
This fixes r355494 regression.
PR: 193434
Differential Revision: https://reviews.freebsd.org/D1602
Reviewed by: bapt
Approved by: bapt (mentor)
Approved by: portmgr (bapt)
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 |