pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/jgrasp bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bea7142a671
branches:  trunk
changeset: 475356:7bea7142a671
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat May 15 00:37:08 2004 +0000

description:
bl3ify

diffstat:

 devel/jgrasp/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 9730d3e1712a -r 7bea7142a671 devel/jgrasp/Makefile
--- a/devel/jgrasp/Makefile     Sat May 15 00:18:06 2004 +0000
+++ b/devel/jgrasp/Makefile     Sat May 15 00:37:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/09 19:13:03 jschauma Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/15 00:37:08 kristerw Exp $
 #
 
 DISTNAME=              jgrasp164
@@ -14,13 +14,17 @@
 WRKSRC=                        ${WRKDIR}/jgrasp
 PKG_JVMS_ACCEPTED=     sun-jdk13 sun-jdk14
 
+USE_BUILDLINK3=                yes
+USE_X11=               yes
+
 do-configure:
        ${MKDIR} ${WRKSRC}/bin/${LOWER_OPSYS}
 
 do-build:
        ${CC} ${CFLAGS} -lutil -o ${WRKSRC}/jbin/${LOWER_OPSYS}_run     \
                ${WRKSRC}/src/linux_run.c
-       ${CC} ${CFLAGS} -I${X11PREFIX}/include -L${X11PREFIX}/lib -lX11 \
+       ${CC} ${CFLAGS} -I${X11BASE}/include                            \
+               -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -lX11             \
                -o ${WRKSRC}/bin/${LOWER_OPSYS}/jgrasp                  \
                ${WRKSRC}/src/linux_exec.c
 



Home | Main Index | Thread Index | Old Index