pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/wmmail Don't pass down -I and -L without argument...
details: https://anonhg.NetBSD.org/pkgsrc/rev/301b7e89a664
branches: trunk
changeset: 564448:301b7e89a664
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Sep 03 12:03:37 2009 +0000
description:
Don't pass down -I and -L without argument for X11_TYPE=modular.
diffstat:
mail/wmmail/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 020712187ade -r 301b7e89a664 mail/wmmail/Makefile
--- a/mail/wmmail/Makefile Thu Sep 03 12:01:23 2009 +0000
+++ b/mail/wmmail/Makefile Thu Sep 03 12:03:37 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/06/20 01:09:24 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2009/09/03 12:03:37 joerg Exp $
DISTNAME= WMMail.app-0.64
PKGNAME= wmmail-0.64
@@ -13,13 +13,15 @@
NO_SRC_ON_FTP= already in MASTER_SITE_LOCAL
-DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker
+#DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker
USE_X11BASE= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-PL-incs="-I${LOCALBASE}/include" \
- --with-PL-libs="-L${LOCALBASE}/lib"
+ --with-PL-libs="-L${LOCALBASE}/lib" \
+ --x-includes=${X11BASE}/include \
+ --x-libraries=${X11BASE}/lib
.include "../../devel/libproplist/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index