summaryrefslogtreecommitdiff
path: root/x11/gnustep-back
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-04 19:24:55 +0000
committerjlam <jlam>2003-09-04 19:24:55 +0000
commit3e5946b67c60bb6c975ef41d54c8c07e7bd5ca5f (patch)
tree574e1aed2e2598c4cdc422d06aeb6d774816f5c9 /x11/gnustep-back
parente4391c728b33059ea35e43ae9220a1828cf37147 (diff)
downloadpkgsrc-3e5946b67c60bb6c975ef41d54c8c07e7bd5ca5f.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"