pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/xtide Ensure that rpath options have an argument ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b332da2027c
branches:  trunk
changeset: 400821:8b332da2027c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 28 00:11:59 2009 +0000

description:
Ensure that rpath options have an argument for modular Xorg.

diffstat:

 misc/xtide/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r de05d3fa0578 -r 8b332da2027c misc/xtide/Makefile
--- a/misc/xtide/Makefile       Tue Oct 27 22:23:46 2009 +0000
+++ b/misc/xtide/Makefile       Wed Oct 28 00:11:59 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/02/08 00:01:35 cube Exp $
+# $NetBSD: Makefile,v 1.24 2009/10/28 00:11:59 joerg Exp $
 
 DISTNAME=      xtide-2.8.3
 PKGREVISION=   2
@@ -35,6 +35,13 @@
        ${INSTALL_DATA} ${WRKDIR}/xtide.conf ${EGDIR}/xtide.conf
        ${INSTALL_DATA} ${WRKDIR}/${HARMONICS_FILE} ${PREFIX}/share/xtide
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${X11_TYPE} == "modular"
+CONFIGURE_ARGS+=       --x-includes=${X11BASE:Q}/include
+CONFIGURE_ARGS+=       --x-libraries=${X11BASE:Q}/lib${LIBABISUFFIX:Q}
+.endif
+
 .include "../../graphics/png/buildlink3.mk"
 .include "../../x11/libXaw/buildlink3.mk"
 .include "../../x11/libXi/buildlink3.mk"



Home | Main Index | Thread Index | Old Index