[Bug 268132] [NEW PORT] audio/grandorgue: Virtual Pipe Organ Software
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 268132] [NEW PORT] audio/grandorgue"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 16:50:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268132
--- Comment #16 from Keith White <kwhite.uottawa@gmail.com> ---
For me, it was necessary to add -DBUILD_VERSION=1 to CMAKE_ARGS in the
Makefile. Otherwise "Update available!" is triggered each time you start
GrandOrgue.
===
--- ./Makefile 2024-03-29 12:32:14.210171000 -0400
+++ audio/grandorgue/Makefile 2024-03-29 09:26:41.150040000 -0400
@@ -45,6 +45,7 @@
CMAKE_ARGS= -DUSE_INTERNAL_PORTAUDIO:BOOL=FALSE \
-DUSE_INTERNAL_RTAUDIO:BOOL=FALSE \
-DUSE_INTERNAL_ZITACONVOLVER:BOOL=FALSE \
+ -DBUILD_VERSION=1 \
-DDOCBOOK_DIR=/usr/local/share/xsl/docbook
CXXFLAGS+= -Wno-inconsistent-missing-override -Wno-unused-but-set-variable
-Wno-mismatched-tags -Wno-unused-const-variable -Wno-unused-private-field
-Wno-unused-command-line-argument
.include <bsd.port.mk>
===
Tested on amd64 15.0-CURRENT, armv7 14.0
--
You are receiving this mail because:
You are the assignee for the bug.