From 9e0e3a07efafb998b6f11f5564c02583a2bdc27d Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 5 Jan 2008 15:02:37 +0000 Subject: Remove -Wl,-no-undefined from the LDFLAGS to allow pulse to build on FreeBSD < 7.X. PR: 119286 --- audio/pulseaudio/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio') diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index d2a26dc93793..0a53d4feac7d 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -84,6 +84,10 @@ PLIST_SUB+= GCONF="@comment " post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/daemon/default.pa.in +.if ${OSVERSION} < 700042 + @${REINPLACE_CMD} -e 's|-Wl,-no-undefined||' \ + ${WRKSRC}/Makefile.in +.endif post-install: .for ii in default.pa daemon.conf client.conf -- cgit v1.2.3