pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/xtide Simplify to not fall into ABI traps
details: https://anonhg.NetBSD.org/pkgsrc/rev/66ab7592ac52
branches: trunk
changeset: 400822:66ab7592ac52
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Oct 28 00:12:36 2009 +0000
description:
Simplify to not fall into ABI traps
diffstat:
misc/xtide/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 8b332da2027c -r 66ab7592ac52 misc/xtide/Makefile
--- a/misc/xtide/Makefile Wed Oct 28 00:11:59 2009 +0000
+++ b/misc/xtide/Makefile Wed Oct 28 00:12:36 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2009/10/28 00:11:59 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2009/10/28 00:12:36 joerg Exp $
DISTNAME= xtide-2.8.3
PKGREVISION= 2
@@ -38,8 +38,8 @@
.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}
+CONFIGURE_ARGS+= --x-includes=${PREFIX}/include
+CONFIGURE_ARGS+= --x-libraries=${PREFIX}/lib
.endif
.include "../../graphics/png/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index