pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xmms-bezier The configure script requires "-lX11...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/706a34d19f41
branches:  trunk
changeset: 478923:706a34d19f41
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Aug 02 02:52:47 2004 +0000

description:
The configure script requires "-lX11 -lm" in LIBS to link with -lGL.

diffstat:

 audio/xmms-bezier/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 330156e02839 -r 706a34d19f41 audio/xmms-bezier/Makefile
--- a/audio/xmms-bezier/Makefile        Mon Aug 02 02:08:27 2004 +0000
+++ b/audio/xmms-bezier/Makefile        Mon Aug 02 02:52:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/04/17 03:46:22 snj Exp $
+# $NetBSD: Makefile,v 1.9 2004/08/02 02:52:47 minskim Exp $
 #
 
 DISTNAME=      bezier-0.0.3
@@ -15,6 +15,7 @@
 USE_LIBTOOL=   yes
 USE_BUILDLINK3= yes
 CPPFLAGS+=     -D_POSIX_THREAD_SYSCALL_SOFT=1
+LIBS+=         -lX11 -lm
 
 .include "../../audio/xmms/buildlink3.mk"
 .include "../../devel/glib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index