pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Jul 16 19:05:11 UTC 2017

Modified Files:
        pkgsrc/devel/glib: Makefile

Log Message:
omit low GCC_REQD (3.0)


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/glib/Makefile

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

Modified files:

Index: pkgsrc/devel/glib/Makefile
diff -u pkgsrc/devel/glib/Makefile:1.92 pkgsrc/devel/glib/Makefile:1.93
--- pkgsrc/devel/glib/Makefile:1.92     Sun Apr 24 10:48:06 2016
+++ pkgsrc/devel/glib/Makefile  Sun Jul 16 19:05:11 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2016/04/24 10:48:06 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2017/07/16 19:05:11 maya Exp $
 
 DISTNAME=              glib-1.2.10
 PKGREVISION=           11
@@ -38,10 +38,6 @@ CONFIGURE_ENV+=              glib_cv_has__inline__=y
 CONFIGURE_ENV+=                glib_cv_hasinline=yes
 .endif
 
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD+=             3.0
-.endif
-
 GLIB_VERSION=          ${DISTNAME:S/glib-//}
 GLIB_MAJOR_VERSION=    ${GLIB_VERSION:C/\..*//}
 GLIB_MINOR_VERSION=    ${GLIB_VERSION:C/[^.]*\.//:C/\..*//}



Home | Main Index | Thread Index | Old Index