aboutsummaryrefslogtreecommitdiffstats
path: root/cad/brlcad/files
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-06-05 04:59:12 +0800
committermiwi <miwi@FreeBSD.org>2007-06-05 04:59:12 +0800
commitad128c6da7b45c4bdbc2c8fc2a3e457fc71fc9eb (patch)
tree174bf212bd154cb71088340ebdd07b33b0f2c97b /cad/brlcad/files
parent51fe912e0630cac8a6819b58dc772a5b957d938b (diff)
downloadfreebsd-ports-gnome-ad128c6da7b45c4bdbc2c8fc2a3e457fc71fc9eb.tar.gz
freebsd-ports-gnome-ad128c6da7b45c4bdbc2c8fc2a3e457fc71fc9eb.tar.zst
freebsd-ports-gnome-ad128c6da7b45c4bdbc2c8fc2a3e457fc71fc9eb.zip
- Update to 7.10.0
PR: 111484 Submitted by: Erik Greenwald <erikg@arl.army.mil> (maintainer)
Diffstat (limited to 'cad/brlcad/files')
-rw-r--r--cad/brlcad/files/patch-include_machine.h31
-rw-r--r--cad/brlcad/files/patch-src_liboptical_Makefile.in11
2 files changed, 0 insertions, 42 deletions
diff --git a/cad/brlcad/files/patch-include_machine.h b/cad/brlcad/files/patch-include_machine.h
deleted file mode 100644
index bab5ec121661..000000000000
--- a/cad/brlcad/files/patch-include_machine.h
+++ /dev/null
@@ -1,31 +0,0 @@
-Index: include/machine.h
-===================================================================
-RCS file: /cvsroot/brlcad/brlcad/include/machine.h,v
-retrieving revision 14.20
-diff -u -r14.20 machine.h
---- include/machine.h 18 Sep 2006 05:24:07 -0000 14.20
-+++ include/machine.h 14 Nov 2006 18:00:33 -0000
-@@ -611,7 +611,8 @@
-
- #endif
-
--#if defined(__sparc64__)
-+/* TODO: should this be looking for solaris/sunos tags? */
-+#if defined(__sparc64__) && !defined(__FreeBSD__)
- /********************************
- * *
- * Sparc 64 *
-@@ -702,11 +703,11 @@
- # define LOCAL auto /* static|auto, for serial|parallel cpu */
-
- /* amd64 */
--# if defined(__x86_64__)
-+# if defined(__x86_64__) || defined(__sparc64__) || defined(__ia64__)
- # define BITV_SHIFT 6
- # define MAX_PSW 256
- /* ia32 */
--# elif !defined(__ia64__) && !defined(__x86_64__) && !defined(__sparc64__)
-+# else
- # define BITV_SHIFT 5
- # define MAX_PSW 16
- # endif
diff --git a/cad/brlcad/files/patch-src_liboptical_Makefile.in b/cad/brlcad/files/patch-src_liboptical_Makefile.in
deleted file mode 100644
index 510027a7168d..000000000000
--- a/cad/brlcad/files/patch-src_liboptical_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/liboptical/Makefile.in.orig Tue Oct 17 04:50:16 2006
-+++ ./src/liboptical/Makefile.in Tue Oct 31 18:48:48 2006
-@@ -277,7 +277,7 @@
- # convenience library, must NOT be set to static in here
- noinst_LTLIBRARIES = librtms.la
-
--librtms_la_CFLAGS = -DRT_MULTISPECTRAL
-+librtms_la_CFLAGS = -DRT_MULTISPECTRAL -fPIC
- librtms_la_LIBADD = \
- ${RT} \
- ${BN} \