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 Mar 23 09:44:34 UTC 2020

Modified Files:
        pkgsrc/audio/lmms: Makefile

Log Message:
lmms: Avoid silly portability check.

This is a bash script used for publishing Linux builds...


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 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.59 pkgsrc/audio/lmms/Makefile:1.60
--- pkgsrc/audio/lmms/Makefile:1.59     Tue Mar 10 22:09:22 2020
+++ pkgsrc/audio/lmms/Makefile  Mon Mar 23 09:44:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2020/03/10 22:09:22 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2020/03/23 09:44:34 nia Exp $
 
 DISTNAME=      lmms_1.2.1
 PKGNAME=       ${DISTNAME:S/_/-/1}
@@ -36,10 +36,12 @@ CMAKE_ARGS+=        -DWANT_SOUNDIO=OFF # requir
 CMAKE_ARGS+=   -DWANT_SNDIO=OFF # requires sndio
 CMAKE_ARGS+=   -DWANT_VST_NOWINE=ON
 
+# for libzynaddsubfx.so in plugins/zynaddsubfx/.
+LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/lmms
+
 BUILDLINK_TRANSFORM+=  rm:-floop-optimize2 rm:-fgcse-las
 
-# for libzynaddsubfx.so in plugins/zynaddsubfx/.
-LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib/lmms
+CHECK_PORTABILITY_SKIP+=       cmake/linux/package_linux.sh.in
 
 .include "options.mk"
 .include "../../audio/fluidsynth/buildlink3.mk"



Home | Main Index | Thread Index | Old Index