pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk remove redefine of _GCC_PREFIX, whitespace fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/359715a265f1
branches:  trunk
changeset: 461936:359715a265f1
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Sep 24 03:01:02 2003 +0000

description:
remove redefine of _GCC_PREFIX, whitespace fix.

diffstat:

 mk/compiler.mk |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 75a6f7bc6beb -r 359715a265f1 mk/compiler.mk
--- a/mk/compiler.mk    Wed Sep 24 01:54:52 2003 +0000
+++ b/mk/compiler.mk    Wed Sep 24 03:01:02 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.10 2003/09/23 19:19:33 gavan Exp $
+# $NetBSD: compiler.mk,v 1.11 2003/09/24 03:01:02 grant Exp $
 
 # This Makefile fragment implements handling for supported
 # C/C++/fortran compilers.
@@ -108,8 +108,8 @@
 GCC_REQD=              2.95.3
 
 # we need to define these early, as they are used by gcc/buildlink2.mk.
-_GCC_SUBPREFIX=         gcc-2.95.3/
-_GCC_ARCHDIR=           ${_GCC_PREFIX}${_GCC_ARCHSUBDIR}
+_GCC_SUBPREFIX=                gcc-2.95.3/
+_GCC_ARCHDIR=          ${_GCC_PREFIX}${_GCC_ARCHSUBDIR}
 _GCC_PREFIX=           ${LOCALBASE}/${_GCC_SUBPREFIX}
 _GCC_LIBGCCDIR!=                                               \
   if [ -x ${_GCC_PREFIX}bin/gcc ]; then                                \
@@ -123,7 +123,6 @@
 .  if empty(USE_BUILDLINK2:M[nN][oO])
 .    include "../lang/gcc/buildlink2.mk"
 .  else
-_GCC_PREFIX=            ${LOCALBASE}/${_GCC_SUBPREFIX}
 
 # Packages that link against gcc shared libraries need a full
 # dependency.



Home | Main Index | Thread Index | Old Index