pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gnustep-back Use ${LIBOSSAUDIO} to reference libos...
details: https://anonhg.NetBSD.org/pkgsrc/rev/41e4c464e296
branches: trunk
changeset: 460813:41e4c464e296
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Sep 04 19:24:55 2003 +0000
description:
Use ${LIBOSSAUDIO} to reference libossaudio, just in case it doesn't exist
on the system.
diffstat:
x11/gnustep-back/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2250dd497a76 -r 41e4c464e296 x11/gnustep-back/Makefile
--- a/x11/gnustep-back/Makefile Thu Sep 04 19:24:13 2003 +0000
+++ b/x11/gnustep-back/Makefile Thu Sep 04 19:24:55 2003 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index