summaryrefslogtreecommitdiff
path: root/x11/gnustep-back
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-04 19:24:55 +0000
committerjlam <jlam@pkgsrc.org>2003-09-04 19:24:55 +0000
commite59378a498f4a893954afe6129379fd0fb458e61 (patch)
tree574e1aed2e2598c4cdc422d06aeb6d774816f5c9 /x11/gnustep-back
parent879d3980c4927c5204c6ef66141b11ecb07a4a43 (diff)
downloadpkgsrc-e59378a498f4a893954afe6129379fd0fb458e61.tar.gz
Use ${LIBOSSAUDIO} to reference libossaudio, just in case it doesn't exist
on the system.
Diffstat (limited to 'x11/gnustep-back')
-rw-r--r--x11/gnustep-back/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile
index 48076a3d46d..d339c0f0a41 100644
--- a/x11/gnustep-back/Makefile
+++ b/x11/gnustep-back/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/09/04 19:24:13 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2003/09/04 19:24:55 jlam Exp $
#
DISTNAME= gnustep-back-0.8.5
@@ -19,7 +19,7 @@ GNU_CONFIGURE_PREFIX= ${PREFIX}/share/GNUstep
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
CPPFLAGS+= -I${PREFIX}/share/GNUstep/System/Headers
CPPFLAGS+= -I${PREFIX}/share/GNUstep/System/Headers/gnustep
-LDFLAGS+= -lossaudio
+LDFLAGS+= ${LIBOSSAUDIO}
.include "../../graphics/libart2/buildlink2.mk"
.include "../../x11/gnustep-gui/buildlink2.mk"