summaryrefslogtreecommitdiff
path: root/graphics/enblend-enfuse/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/enblend-enfuse/patches/patch-ab')
-rw-r--r--graphics/enblend-enfuse/patches/patch-ab26
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/enblend-enfuse/patches/patch-ab b/graphics/enblend-enfuse/patches/patch-ab
deleted file mode 100644
index a9a9f574279..00000000000
--- a/graphics/enblend-enfuse/patches/patch-ab
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2012/12/09 00:11:42 adam Exp $
-
---- src/enfuse.cc.orig 2012-12-08 08:23:59.000000000 +0000
-+++ src/enfuse.cc
-@@ -51,8 +51,12 @@ extern "C" char *optarg;
- extern "C" int optind;
-
- #ifndef _MSC_VER
-+#ifdef __NetBSD__
-+//#include <ieeefp.h>
-+#else
- #include <fenv.h>
- #endif
-+#endif
-
- #include <signal.h>
- #include <stdlib.h>
-@@ -1663,6 +1667,8 @@ int main(int argc, char** argv)
- // functions in float_cast.h will work properly.
- // See changes in vigra numerictraits.hxx
- _controlfp(_RC_NEAR, _MCW_RC);
-+#elif defined(__NetBSD__)
-+ //fpsetround(FE_TONEAREST);
- #else
- fesetround(FE_TONEAREST);
- #endif