pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc5



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Sep  8 09:55:32 UTC 2016

Modified Files:
        pkgsrc/lang/gcc5: Makefile

Log Message:
Fix path to elfdump on SmartOS.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/gcc5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/gcc5/Makefile
diff -u pkgsrc/lang/gcc5/Makefile:1.13 pkgsrc/lang/gcc5/Makefile:1.14
--- pkgsrc/lang/gcc5/Makefile:1.13      Tue Sep  6 05:08:48 2016
+++ pkgsrc/lang/gcc5/Makefile   Thu Sep  8 09:55:32 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/09/06 05:08:48 maya Exp $
+# $NetBSD: Makefile,v 1.14 2016/09/08 09:55:32 jperkin Exp $
 
 GCC_PKGNAME=           gcc5
 PKGREVISION=           2
@@ -140,6 +140,13 @@ CONFIGURE_ARGS+=   --with-gnu-as --with-as
 .  endif
 .endif
 
+.if ${OS_VARIANT} == "SmartOS"
+SUBST_CLASSES+=                ccs
+SUBST_STAGE.ccs=       pre-configure
+SUBST_FILES.ccs=       contrib/make_sunver.pl
+SUBST_SED.ccs=         -e 's,/usr/ccs/bin,/usr/bin,g'
+.endif
+
 pre-configure:
        ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
 



Home | Main Index | Thread Index | Old Index