pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Reorder some lines so they appear before bsd.pre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbaf4cfa816a
branches:  trunk
changeset: 467729:dbaf4cfa816a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 05 21:30:00 2004 +0000

description:
Reorder some lines so they appear before bsd.prefs.mk and set
USE_BUILDLINK3 to "yes".  This should fix installation of libtool-base
using gcc3 from pkgsrc.

diffstat:

 devel/libtool-base/Makefile   |  6 +++---
 devel/libtool/Makefile.common |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r a77a91293c60 -r dbaf4cfa816a devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Thu Feb 05 21:26:16 2004 +0000
+++ b/devel/libtool-base/Makefile       Thu Feb 05 21:30:00 2004 +0000
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2004/02/05 20:14:06 skrll Exp $
+# $NetBSD: Makefile,v 1.22 2004/02/05 21:30:00 jlam Exp $
 #
 
-.include "../libtool/Makefile.common"
-
 PKGNAME=       ${DISTNAME:C/-/-base-/}
 SVR4_PKGNAME=  ltoob
 
@@ -15,6 +13,8 @@
 #
 USE_LANGUAGES= c c++
 
+.include "../../devel/libtool/Makefile.common"
+
 TEST_TARGET=   check
 
 .include "../../mk/bsd.prefs.mk"
diff -r a77a91293c60 -r dbaf4cfa816a devel/libtool/Makefile.common
--- a/devel/libtool/Makefile.common     Thu Feb 05 21:26:16 2004 +0000
+++ b/devel/libtool/Makefile.common     Thu Feb 05 21:30:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.41 2004/02/05 20:14:06 skrll Exp $
+# $NetBSD: Makefile.common,v 1.42 2004/02/05 21:30:00 jlam Exp $
 #
 
 DISTNAME=      libtool-1.5.2
@@ -12,8 +12,8 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-GNU_CONFIGURE= # defined
-USE_BUILDLINK3=        # defined
+GNU_CONFIGURE= yes
+USE_BUILDLINK3=        yes
 
 DISTINFO_FILE= ${.CURDIR}/../libtool/distinfo
 FILESDIR=      ${.CURDIR}/../libtool/files



Home | Main Index | Thread Index | Old Index