audio/cheesecutter: Fix build on 13.1-RELEASE

Notified by:	pkg-fallout

(cherry picked from commit aee9c36654)
This commit is contained in:
Emanuel Haupt 2022-09-05 20:47:37 +02:00
parent 97cddc6f5f
commit 9d48b07769

View File

@ -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