pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/freetype2 Explicitly set BUILD_DIRS to show t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a64742dbebfb
branches:  trunk
changeset: 502393:a64742dbebfb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 11:01:08 2005 +0000

description:
Explicitly set BUILD_DIRS to show that it is different from CONFIGURE_DIRS.

diffstat:

 graphics/freetype2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 310843974d8a -r a64742dbebfb graphics/freetype2/Makefile
--- a/graphics/freetype2/Makefile       Fri Nov 04 10:09:13 2005 +0000
+++ b/graphics/freetype2/Makefile       Fri Nov 04 11:01:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/10/12 04:43:26 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.47 2005/11/04 11:01:08 rillig Exp $
 
 DISTNAME=      freetype-2.1.10
 PKGNAME=       freetype2-2.1.10
@@ -21,6 +21,7 @@
 USE_TOOLS+=            grep gmake
 GNU_CONFIGURE=         yes
 CONFIGURE_DIRS=                ${WRKSRC}/builds/unix
+BUILD_DIRS=            ${WRKSRC}
 CONFIGURE_ARGS+=       --includedir=${PREFIX}/include
 CONFIGURE_ENV+=                ac_cv_path_GREP="${GREP}" ac_cv_path_EGREP="${EGREP}"
 



Home | Main Index | Thread Index | Old Index