diff options
author | obache <obache@pkgsrc.org> | 2008-07-18 14:20:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-07-18 14:20:56 +0000 |
commit | f5be2e8b77f94a18e1b5340e7355524cde5227a8 (patch) | |
tree | 0164bad56bb37fcd7cc4f18ddd8167e4e68a142a /x11/xfce4-exo | |
parent | 05471cae460663fbe31c0aa8f1695451b861db13 (diff) | |
download | pkgsrc-f5be2e8b77f94a18e1b5340e7355524cde5227a8.tar.gz |
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 (limited to 'x11/xfce4-exo')
-rw-r--r-- | x11/xfce4-exo/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/xfce4-exo/Makefile b/x11/xfce4-exo/Makefile index ccfad5ad7d9..439ad3f1f47 100644 --- a/x11/xfce4-exo/Makefile +++ b/x11/xfce4-exo/Makefile @@ -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 @@ XFCE4_VERSION= 0.3.4 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" |