git: aee9c3665443 - main - 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:07 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=aee9c3665443f474587bdfdb3c0b66feba47d474 commit aee9c3665443f474587bdfdb3c0b66feba47d474 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:47:47 +0000 audio/cheesecutter: Fix build on 13.1-RELEASE Notified by: pkg-fallout --- audio/cheesecutter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/cheesecutter/Makefile b/audio/cheesecutter/Makefile index be18d9c35af9..02ebb93f7ee9 100644 --- a/audio/cheesecutter/Makefile +++ b/audio/cheesecutter/Makefile @@ -2,7 +2,7 @@ PORTNAME= cheesecutter DISTVERSIONPREFIX= v DISTVERSION= 2.9-beta-3-25 DISTVERSIONSUFFIX= -gdbe9a9d -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org @@ -36,7 +36,7 @@ post-install: .include <bsd.port.pre.mk> -.if (${OSVERSION} >= 1400042) +.if (${OSVERSION} >= 1301000) MAKE_ARGS= DLDFLAGS=-L=-Wl,-z,nostart-stop-gc .endif