pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Pass down builddir to not have stray -I options.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd1688acf01e
branches:  trunk
changeset: 567862:cd1688acf01e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 26 17:34:54 2009 +0000

description:
Pass down builddir to not have stray -I options.

diffstat:

 graphics/gqview-devel/Makefile |  4 +++-
 graphics/gqview/Makefile       |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 1e3c968a949d -r cd1688acf01e graphics/gqview-devel/Makefile
--- a/graphics/gqview-devel/Makefile    Thu Nov 26 17:16:47 2009 +0000
+++ b/graphics/gqview-devel/Makefile    Thu Nov 26 17:34:54 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2009/08/26 19:57:43 sno Exp $
+# $NetBSD: Makefile,v 1.30 2009/11/26 17:34:54 joerg Exp $
 
 DISTNAME=      gqview-2.1.5
 PKGREVISION=   2
@@ -15,6 +15,8 @@
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
 
+MAKE_ENV+=             builddir=.
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../graphics/lcms/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
diff -r 1e3c968a949d -r cd1688acf01e graphics/gqview/Makefile
--- a/graphics/gqview/Makefile  Thu Nov 26 17:16:47 2009 +0000
+++ b/graphics/gqview/Makefile  Thu Nov 26 17:34:54 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2009/08/26 19:57:43 sno Exp $
+# $NetBSD: Makefile,v 1.69 2009/11/26 17:34:54 joerg Exp $
 
 DISTNAME=      gqview-2.0.4
 PKGREVISION=   1
@@ -17,6 +17,8 @@
 LIBS+=                 -lm
 LIBS.SunOS+=           -lsocket
 
+MAKE_ENV+=             builddir=.
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index