git: 9d48b077698e - 2022Q3 - audio/cheesecutter: Fix build on 13.1-RELEASE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 18:48:44 UTC
The branch 2022Q3 has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9d48b077698efde8408225c7c658eb6c8c43ce77
commit 9d48b077698efde8408225c7c658eb6c8c43ce77
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-09-05 18:47:37 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-09-05 18:48:39 +0000
audio/cheesecutter: Fix build on 13.1-RELEASE
Notified by: pkg-fallout
(cherry picked from commit aee9c3665443f474587bdfdb3c0b66feba47d474)
---
audio/cheesecutter/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/audio/cheesecutter/Makefile b/audio/cheesecutter/Makefile
index 9614669dd114..dcee8ba05ec5 100644
--- a/audio/cheesecutter/Makefile
+++ b/audio/cheesecutter/Makefile
@@ -4,7 +4,7 @@ PORTNAME= cheesecutter
DISTVERSIONPREFIX= v
DISTVERSION= 2.9-beta-3-25
DISTVERSIONSUFFIX= -gdbe9a9d
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
@@ -38,7 +38,7 @@ post-install:
.include <bsd.port.pre.mk>
-.if (${OSVERSION} >= 1400042)
+.if (${OSVERSION} >= 1301000)
MAKE_ARGS= DLDFLAGS=-L=-Wl,-z,nostart-stop-gc
.endif