Remove workaround for compiler bug in gcc2 on sparc64.
This commit is contained in:
parent
41ab1890c4
commit
662a258e1b
22 changed files with 21 additions and 93 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.45 2009/08/11 11:16:37 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2010/01/16 17:57:36 wiz Exp $
|
||||
|
||||
DISTNAME= faad2-2.7
|
||||
PKGREVISION= 1
|
||||
|
@ -24,8 +24,6 @@ AUTOCONF_REQD= 2.50
|
|||
GNU_CONFIGURE= YES
|
||||
|
||||
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/faad2
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
LIBS+= -lm
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.22 2008/05/20 13:31:39 simonb Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2010/01/16 17:57:37 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libid3tag-0.15.1b
|
||||
|
@ -19,9 +19,6 @@ GNU_CONFIGURE= YES
|
|||
USE_LIBTOOL= YES
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
INSTALLATION_DIRS= lib/pkgconfig
|
||||
|
||||
post-build:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2007/06/08 18:34:38 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2010/01/16 17:57:37 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libmad-0.15.1b
|
||||
|
@ -19,9 +19,6 @@ GNU_CONFIGURE= YES
|
|||
USE_LIBTOOL= YES
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
INSTALLATION_DIRS= lib/pkgconfig
|
||||
|
||||
post-build:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.33 2008/07/14 12:55:57 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2010/01/16 17:57:37 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= madplay-0.15.2b
|
||||
|
@ -17,9 +17,6 @@ GNU_CONFIGURE= YES
|
|||
USE_LIBTOOL= YES
|
||||
USE_TOOLS+= msgfmt
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
.include "../../audio/libid3tag/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2009/12/07 00:01:54 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2010/01/16 17:57:37 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= speex-1.2rc1
|
||||
|
@ -23,9 +23,6 @@ CONFLICTS= Speex-[0-9]*
|
|||
|
||||
CONFIGURE_ARGS+= --with-ogg-dir=${BUILDLINK_PREFIX.libogg:Q}
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
BUILDLINK_TRANSFORM+= l:gnugetopt:getopt
|
||||
|
||||
.include "options.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.53 2009/07/30 21:58:15 adrianp Exp $
|
||||
# $NetBSD: Makefile,v 1.54 2010/01/16 17:57:37 wiz Exp $
|
||||
|
||||
DISTNAME= ${IRSSI_DISTNAME}
|
||||
CATEGORIES= chat
|
||||
|
@ -24,9 +24,6 @@ CONFIGURE_ARGS+= --with-terminfo \
|
|||
--without-ncurses \
|
||||
--sysconfdir=${PKG_SYSCONFDIR}
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/irssi
|
||||
CONF_FILES= ${EGDIR}/irssi.conf ${PKG_SYSCONFDIR}/irssi.conf
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.57 2009/01/21 15:44:32 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.58 2010/01/16 17:57:37 wiz Exp $
|
||||
#
|
||||
# NOTE:
|
||||
# When updating this package, a change in the minor (4.n -> 4.(n+1))
|
||||
|
@ -36,10 +36,6 @@ CONFIGURE_ARGS+= --enable-compat185
|
|||
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/db4
|
||||
CONFIGURE_ARGS+= --program-transform-name=s,db_,db4_,
|
||||
|
||||
# NetBSD-sparc64-1.6*'s f77 makes configure failing and as f77 is not
|
||||
# needed for this package the following does no harm on other platform.
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
# Along with a hack in patch-ab, this forces shlib detection via
|
||||
# the pkgsrc-supplied libtool only.
|
||||
CONFIGURE_ENV+= LIBTOOL_PROG=${LIBTOOL:Q}\ ${LIBTOOL_FLAGS:Q}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2008/09/09 22:23:32 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2010/01/16 17:57:37 wiz Exp $
|
||||
|
||||
DISTNAME= db-4.6.21
|
||||
PKGNAME= ${DISTNAME:S/db/db46/}
|
||||
|
@ -26,10 +26,6 @@ CONFIGURE_ARGS+= --enable-compat185
|
|||
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/db46
|
||||
CONFIGURE_ARGS+= --program-transform-name=s,db_,db46_,
|
||||
|
||||
# NetBSD-sparc64-1.6*'s f77 makes configure failing and as f77 is not
|
||||
# needed for this package the following does no harm on other platform.
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
# Along with a hack in patch-ab, this forces shlib detection via
|
||||
# the pkgsrc-supplied libtool only.
|
||||
CONFIGURE_ENV+= LIBTOOL_PROG=${LIBTOOL:Q}\ ${LIBTOOL_FLAGS:Q}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.17 2006/03/04 21:29:08 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2010/01/16 17:57:37 wiz Exp $
|
||||
|
||||
DISTNAME= dbh-1.0.24
|
||||
CATEGORIES= databases
|
||||
|
@ -12,9 +12,6 @@ USE_LIBTOOL= yes
|
|||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh/html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.21 2008/07/14 12:56:01 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2010/01/16 17:57:37 wiz Exp $
|
||||
#
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
@ -22,8 +22,5 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS+= --disable-thread-safety
|
||||
.endif
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
.include "../../mk/pgsql.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.66 2008/05/25 21:42:20 joerg Exp $
|
||||
# $NetBSD: Makefile.common,v 1.67 2010/01/16 17:57:37 wiz Exp $
|
||||
#
|
||||
# used by databases/mysql4-server/Makefile
|
||||
|
||||
|
@ -73,9 +73,6 @@ CONFIGURE_ARGS+= --with-extra-charsets=${MYSQL_EXTRA_CHARSET:Q}
|
|||
CONFIGURE_ARGS+= --enable-assembler
|
||||
.endif
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
CPPFLAGS+= -Dunix
|
||||
CFLAGS+= -DUSE_OLD_FUNCTIONS # 3.23.x compat
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.36 2009/11/26 16:33:29 tron Exp $
|
||||
# $NetBSD: Makefile.common,v 1.37 2010/01/16 17:57:37 wiz Exp $
|
||||
#
|
||||
# used by databases/mysql5-client/Makefile
|
||||
# used by databases/mysql5-server/Makefile
|
||||
|
@ -75,8 +75,6 @@ CONFIGURE_ARGS+= --with-extra-charsets=${MYSQL_EXTRA_CHARSET:Q}
|
|||
CONFIGURE_ARGS+= --enable-assembler
|
||||
.endif
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
CONFIGURE_ENV+= mysql_cv_compress="yes"
|
||||
|
||||
CPPFLAGS+= -Dunix
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2009/06/30 00:07:14 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2010/01/16 17:57:37 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= silc-toolkit-0.9.13
|
||||
|
@ -33,10 +33,6 @@ CONFIGURE_ARGS+= --without-irssi
|
|||
CONFIGURE_ARGS+= --without-silcd
|
||||
CONFIGURE_ARGS+= --without-libtoolfix
|
||||
|
||||
# XXX: Avoid an ICE in gcc2 on sparc64
|
||||
#
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
# lib/silcclient/client_attrs.c causes an ICE with xlc on Darwin.
|
||||
NOT_FOR_COMPILER+= xlc
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.17 2007/06/17 15:15:09 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2010/01/16 17:57:38 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ucl-1.03
|
||||
|
@ -16,9 +16,6 @@ USE_LIBTOOL= YES
|
|||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+= --enable-shared=yes
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
# Avoid path to build directory in example Makefile
|
||||
SUBST_CLASSES+= example
|
||||
SUBST_STAGE.example= post-patch
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.32 2009/08/26 19:57:45 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2010/01/16 17:57:38 wiz Exp $
|
||||
|
||||
DISTNAME= lcms-1.18a
|
||||
# 1.18a is a bugfix semi-release after 1.18, and it's just 1.18 with a
|
||||
|
@ -29,9 +29,6 @@ TEST_TARGET= check
|
|||
# if present. Therefore, we don't enjoin lcms from finding zlib, but
|
||||
# don't include it via bl3.
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
PKGCONFIG_OVERRIDE= lcms.pc.in
|
||||
|
||||
INSTALLATION_DIRS+= share/doc/lcms
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
# $NetBSD: hacks.mk,v 1.3 2008/06/22 17:41:23 ghen Exp $
|
||||
|
||||
.include "../../mk/compiler.mk"
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
.if !empty(CC_VERSION:Mgcc-*)
|
||||
PKG_HACKS+= sparc64-gcc2-ice
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
.endif
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.90 2009/12/01 07:46:48 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.91 2010/01/16 17:57:38 wiz Exp $
|
||||
|
||||
DISTNAME= lftp-4.0.1
|
||||
PKGREVISION= 1
|
||||
|
@ -34,8 +34,6 @@ PLIST_SRC+= ${PKGDIR}/PLIST
|
|||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
||||
CONFIGURE_ARGS+= --with-modules
|
||||
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
LDFLAGS.Darwin+= -flat_namespace
|
||||
|
||||
.if ${OPSYS} == "Darwin"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.49 2009/03/19 11:29:17 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.50 2010/01/16 17:57:38 wiz Exp $
|
||||
|
||||
DISTNAME= libIDL-0.8.13
|
||||
CATEGORIES= net gnome
|
||||
|
@ -25,9 +25,6 @@ OPSYSVARS+= CONFIGURE_ENV
|
|||
CONFIGURE_ENV.SunOS+= CPP=/usr/lib/cpp
|
||||
.endif
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.60 2009/12/15 20:17:33 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.61 2010/01/16 17:57:38 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gpgme-1.1.8
|
||||
|
@ -33,9 +33,6 @@ SUBST_STAGE.pthread= post-patch
|
|||
|
||||
LIBS.SunOS+= -lnsl -lsocket
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
# getenv_r is not detected correctly. It will be found
|
||||
# in either base system or librfuncs
|
||||
CONFIGURE_ENV+= ac_cv_func_getenv_r=yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.25 2009/07/07 18:50:54 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2010/01/16 17:57:38 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tinyproxy-1.6.2
|
||||
|
@ -33,9 +33,6 @@ FILES_SUBST+= TINYPROXY_GROUP=${TINYPROXY_GROUP:Q}
|
|||
CONFIGURE_ARGS+= --with-config=${PKG_SYSCONFDIR}/tinyproxy.conf
|
||||
CONFIGURE_ARGS+= --enable-transparent-proxy
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/tinyproxy
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.95 2010/01/16 09:15:25 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.96 2010/01/16 17:57:38 wiz Exp $
|
||||
|
||||
DISTNAME= lesstif-0.95.2
|
||||
CATEGORIES= x11
|
||||
|
@ -28,9 +28,6 @@ CONFIGURE_ARGS+= --enable-xdnd
|
|||
CONFIGURE_ENV+= LYNX_CMD=${WRKDIR}/nonexecutable
|
||||
CONFIGURE_ENV+= LINKS_CMD=${WRKDIR}/nonexecutable
|
||||
|
||||
# Work around an ICE on sparc64-1.6
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
DEINSTALL_FILE= ${WRKDIR}/DEINSTALL
|
||||
INSTALL_FILE= ${WRKDIR}/INSTALL
|
||||
FILES_SUBST+= LOCALBASE=${LOCALBASE:Q}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.24 2009/02/03 19:59:41 shattered Exp $
|
||||
# $NetBSD: Makefile.common,v 1.25 2010/01/16 17:57:38 wiz Exp $
|
||||
#
|
||||
# used by x11/xmms-osd/Makefile
|
||||
|
||||
|
@ -17,9 +17,6 @@ USE_LIBTOOL= yes
|
|||
|
||||
SHLIBTOOL_OVERRIDE= libtool-disable-static
|
||||
|
||||
# Avoid an ICE on sparc64 with gcc2
|
||||
CONFIGURE_ENV+= F77=${FALSE:Q}
|
||||
|
||||
SUBST_CLASSES+= fixme
|
||||
SUBST_STAGE.fixme= post-patch
|
||||
SUBST_FILES.fixme= configure
|
||||
|
|
Loading…
Reference in a new issue