pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/lmms
Module Name: pkgsrc
Committed By: nia
Date: Mon Aug 23 18:46:23 UTC 2021
Modified Files:
pkgsrc/audio/lmms: Makefile
Log Message:
lmms: link with -lrt on NetBSD to ensure all ladspa plugins work
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/audio/lmms/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/lmms/Makefile
diff -u pkgsrc/audio/lmms/Makefile:1.74 pkgsrc/audio/lmms/Makefile:1.75
--- pkgsrc/audio/lmms/Makefile:1.74 Fri Jul 30 12:26:39 2021
+++ pkgsrc/audio/lmms/Makefile Mon Aug 23 18:46:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2021/07/30 12:26:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.75 2021/08/23 18:46:23 nia Exp $
DISTNAME= lmms_1.2.2
PKGNAME= ${DISTNAME:S/_/-/1}
@@ -39,6 +39,8 @@ CMAKE_ARGS+= -DWANT_VST_NOWINE=ON
# for libzynaddsubfx.so in plugins/zynaddsubfx/.
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/lmms
+LDFLAGS.NetBSD+= -lrt
+
BUILDLINK_TRANSFORM+= rm:-floop-optimize2 rm:-fgcse-las
CHECK_PORTABILITY_SKIP+= cmake/linux/package_linux.sh.in
Home |
Main Index |
Thread Index |
Old Index