1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

audio/cheesecutter: Fix build on 13.1-RELEASE

Notified by:	pkg-fallout
This commit is contained in:
Emanuel Haupt 2022-09-05 20:47:37 +02:00
parent ca5aef34df
commit aee9c36654

View File

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