summaryrefslogtreecommitdiff
path: root/lang/gcc34/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-04-08 20:45:15 +0000
committerryoon <ryoon@pkgsrc.org>2012-04-08 20:45:15 +0000
commitbde66bc695b8dffb4ce03ad60316c9e50f7af238 (patch)
tree205a46fe5ac046760ad5a840729262acba5b68f7 /lang/gcc34/Makefile
parent41157ddf8485a2896855336cd9e1c8d0ff02bc09 (diff)
downloadpkgsrc-bde66bc695b8dffb4ce03ad60316c9e50f7af238.tar.gz
Fix PR pkg/46029
* Make gcc handle -fPIC properly. from http://gcc.gnu.org/viewcvs/branches/csl-sol210-3_4-branch/gcc/config/sol2.h?r1=87927&r2=87928&pathrev=178719
Diffstat (limited to 'lang/gcc34/Makefile')
-rw-r--r--lang/gcc34/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile
index 37d7545fff7..fc1ef2f6afa 100644
--- a/lang/gcc34/Makefile
+++ b/lang/gcc34/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.51 2012/03/21 17:08:46 hans Exp $
+# $NetBSD: Makefile,v 1.52 2012/04/08 20:45:15 ryoon Exp $
#
DISTNAME= gcc-${GCC_VERSION}
PKGNAME= gcc34-${GCC_VERSION}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_VERSION}/}
EXTRACT_SUFX= .tar.bz2