pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xfce4-exo Remove -msse CFLAGS settings for certain...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ba84ccc60d51
branches: trunk
changeset: 544734:ba84ccc60d51
user: obache <obache%pkgsrc.org@localhost>
date: Fri Jul 18 14:20:56 2008 +0000
description:
Remove -msse CFLAGS settings for certain NetBSD platforms.
It create broken binary package for SSE-less machine, noticed in PR 39117.
Such a tuning parameters should be defined in /etc/mk.conf.
Bump PKGREVISION.
diffstat:
x11/xfce4-exo/Makefile | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r ac8cb99b171c -r ba84ccc60d51 x11/xfce4-exo/Makefile
--- a/x11/xfce4-exo/Makefile Fri Jul 18 14:10:51 2008 +0000
+++ b/x11/xfce4-exo/Makefile Fri Jul 18 14:20:56 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/07/14 12:56:19 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2008/07/18 14:20:56 obache Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -8,17 +8,12 @@
DISTNAME= exo-${XFCE4_VERSION}
PKGNAME= xfce4-exo-${XFCE4_VERSION}
+PKGREVISION= 1
CATEGORIES= x11
COMMENT= Xfce extension library
DEPENDS+= p5-URI>=0:../../www/p5-URI
-.if !empty(OPSYS:MNetBSD)
-. if exists(/usr/include/mmintrin.h)
-CFLAGS+= -msse
-. endif
-.endif
-
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../lang/python/application.mk"
Home |
Main Index |
Thread Index |
Old Index