csound6: Simplify LDFLAGS for NetBSD

This commit is contained in:
Michael Baeuerle 2019-10-28 11:44:05 +01:00
parent 3d5bee3178
commit 0bc6488775
1 changed files with 1 additions and 3 deletions

View File

@ -34,9 +34,7 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/csound6
# Workaround for missing image libraries (cmake don't link them otherwise)
LDFLAGS+= -ljpeg -lpng
# Link Backtrace Information Library on NetBSD (to fix unresolved symbols)
.if ${OPSYS} == "NetBSD"
LDFLAGS+= -lexecinfo
.endif
LDFLAGS.NetBSD+= -lexecinfo
# Backtrace Information Library was introduced with NetBSD 7
NOT_FOR_PLATFORM= NetBSD-[0-6].*-*