espie 2a3592aa00 don't free storage before we use it.
problem reported by naddy@ on amd64, seen transiently on sparc64 by
sturm@.
2005-04-11 22:54:32 +00:00

29 lines
735 B
Makefile

# $OpenBSD: Makefile,v 1.39 2005/04/11 22:54:32 espie Exp $
COMMENT= "K Desktop Environment, aRTs"
CATEGORIES= x11 x11/kde
VERSION= 3.4
DISTNAME= arts-1.4.0
MODKDE_VERSION?= 3.4
PKGNAME= ${DISTNAME}p1
SHARED_ONLY= No
LIB_DEPENDS= audiofile::devel/libaudiofile \
glib-2.0.0.0,gmodule-2.0.0.0,gthread-2.0.0.0::devel/glib2 \
vorbis,vorbisfile::audio/libvorbis \
ogg::audio/libogg \
mad::audio/libmad \
esd::audio/esound
SEPARATE_BUILD=flavored
BUILD_DEPENDS= ::devel/pkgconfig
CONFIGURE_ENV=LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include
CONFIGURE_ARGS+= ${ENABLE_SHARED} --enable-static
WANTLIB= ICE SM X11 Xext c iconv intl jpeg m ossaudio png pthread \
stdc++ vorbisenc z
.include <bsd.port.mk>