1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/audio/freealut/Makefile
Oliver Lehmann 78b5c2552b add LLD_UNSAFE for preemption of audio/openal-soft libs
PR:		219718
Submitted by:	emaste
Reported by:	O. Hartmann
2017-09-22 18:31:56 +00:00

29 lines
677 B
Makefile

# Created by: Oliver Lehmann <oliver@FreeBSD.org>
# $FreeBSD$
PORTNAME= freealut
PORTVERSION= 1.1.0
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= DEBIAN_POOL
DISTNAME= freealut_${PORTVERSION}.orig
MAINTAINER= oliver@FreeBSD.org
COMMENT= The OpenAL Utility Toolkit
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USES= gmake libtool openal:al pathfix pkgconfig
USE_LDCONFIG= yes
LLD_UNSAFE= yes
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's/@CFLAGS@/& -lopenal -lpthread/g' \
${WRKSRC}/examples/Makefile.in \
${WRKSRC}/test_suite/Makefile.in
.include <bsd.port.mk>