pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

brlcad: Disable __float128 on NetBSD



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Oct 22 04:53:26 2016 +0200
Changeset:	6b790a03430cde75c3a1086676d28766aa54d7ee

Modified Files:
	brlcad/distinfo
Added Files:
	brlcad/patches/patch-src_librt_primitives_bot_gct__decimation_meshdecimation.c

Log Message:
brlcad: Disable __float128 on NetBSD

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6b790a03430cde75c3a1086676d28766aa54d7ee

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 brlcad/distinfo                                          |  1 +
 ...librt_primitives_bot_gct__decimation_meshdecimation.c | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diffs:
diff --git a/brlcad/distinfo b/brlcad/distinfo
index e533a3f..5c9d309 100644
--- a/brlcad/distinfo
+++ b/brlcad/distinfo
@@ -5,3 +5,4 @@ RMD160 (brlcad-7.26.0.tar.bz2) = bf391f887463ece786c5e1e4f3382c168bfc99b3
 SHA512 (brlcad-7.26.0.tar.bz2) = e4819da6e94ff7e5f777cb3c59a911f8818a10ddef42f02f3c3b95be9057a7a83427fdbc29bc3f610f16100b65bb14919438598bd5d59af16fcdbe9f6351006a
 Size (brlcad-7.26.0.tar.bz2) = 113073230 bytes
 SHA1 (patch-misc_CMake_ThirdParty.cmake) = 03cb989aa4de0a07e146bc80facd649946a9688b
+SHA1 (patch-src_librt_primitives_bot_gct__decimation_meshdecimation.c) = c76104ad99c8714379ad7e01b806a2f30cda4f05
diff --git a/brlcad/patches/patch-src_librt_primitives_bot_gct__decimation_meshdecimation.c b/brlcad/patches/patch-src_librt_primitives_bot_gct__decimation_meshdecimation.c
new file mode 100644
index 0000000..94ab2f7
--- /dev/null
+++ b/brlcad/patches/patch-src_librt_primitives_bot_gct__decimation_meshdecimation.c
@@ -0,0 +1,16 @@
+$NetBSD$
+
+__float128 is unsupported on NetBSD-7.99.39/amd64
+
+--- src/librt/primitives/bot/gct_decimation/meshdecimation.c.orig	2016-08-09 06:47:48.000000000 +0000
++++ src/librt/primitives/bot/gct_decimation/meshdecimation.c
+@@ -88,7 +88,9 @@
+ #endif
+ 
+ 
++#if !defined(__NetBSD__)
+ #define MD_CONFIG_HIGH_QUADRICS
++#endif
+ 
+ 
+ #define MD_CONFIG_AREA_QUADRICS


Home | Main Index | Thread Index | Old Index