diff options
author | maya <maya@pkgsrc.org> | 2020-04-29 21:38:24 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2020-04-29 21:38:24 +0000 |
commit | a64760edb88ec334f76bffed31bf30c9c0f3da89 (patch) | |
tree | 44ca2c4e7c67c0266c251e4cd28137c9e0335240 /graphics | |
parent | 10c9ce1ba1a593da8000b002d08e686955b943f4 (diff) | |
download | pkgsrc-a64760edb88ec334f76bffed31bf30c9c0f3da89.tar.gz |
djvulibre-lib: remove workaround needed for EOL NetBSD/i386.
NetBSD seems to have defaulted to assuming i486 since 2009.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/djvulibre-lib/Makefile.common | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/djvulibre-lib/Makefile.common b/graphics/djvulibre-lib/Makefile.common index 517ee8af897..e925540a88d 100644 --- a/graphics/djvulibre-lib/Makefile.common +++ b/graphics/djvulibre-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2020/03/20 11:57:47 nia Exp $ +# $NetBSD: Makefile.common,v 1.4 2020/04/29 21:38:24 maya Exp $ DISTNAME= djvulibre-3.5.27 CATEGORIES= graphics @@ -20,13 +20,5 @@ PKGCONFIG_OVERRIDE+= libdjvu/ddjvuapi.pc.in BUILD_DIRS= libdjvu share INSTALL_DIRS= libdjvu share -.include "../../mk/bsd.prefs.mk" -.if !empty(MACHINE_PLATFORM:MNetBSD-[5-9]*-i386) && !empty(PKGSRC_COMPILER:Mgcc) -# The library uses Intel atomic intrinsics which don't work with NetBSD's -# default arch setting of "i386" because eg. cmpxchgl is 486+. -# On NetBSD-5+, i386 is desupported so we can safely assume a 486. -CFLAGS+= -march=i486 -.endif - .include "../../graphics/tiff/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" |