pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/fvwm-themes Tell configure explicitly where to look...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39456c8ffbf6
branches:  trunk
changeset: 645039:39456c8ffbf6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 21 15:22:14 2015 +0000

description:
Tell configure explicitly where to look for X11 headers and libs.

diffstat:

 wm/fvwm-themes/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 305be8cfedbf -r 39456c8ffbf6 wm/fvwm-themes/Makefile
--- a/wm/fvwm-themes/Makefile   Wed Jan 21 15:19:56 2015 +0000
+++ b/wm/fvwm-themes/Makefile   Wed Jan 21 15:22:14 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/05/29 23:37:55 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/01/21 15:22:14 joerg Exp $
 #
 
 DISTNAME=      fvwm-themes-${THEM_VER}
@@ -24,6 +24,7 @@
 GNU_CONFIGURE= YES
 
 CONFIGURE_ARGS+=       --with-ft-datadir=${PREFIX}/share/fvwm2
+CONFIGURE_ARGS+=       --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
 
 REPLACE_PERL+= themes/cde/modules/create-buttonbar-config
 



Home | Main Index | Thread Index | Old Index