summaryrefslogtreecommitdiff
path: root/graphics/urt/files/patch-config::urt
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-03-13 17:09:55 +0000
committerSimon Barner <barner@FreeBSD.org>2005-03-13 17:09:55 +0000
commit38b13ce6f1222ca993754283d737f5bba4a2507d (patch)
tree98704e84fbc23f42ff675fc8cc9b437cb610816c /graphics/urt/files/patch-config::urt
parent- Correct typo (diff)
- Prepare to build cad/brlcad with framebuffer support
- Multiple minor patches to clean up the code and avoid compiler warnings (in order to prevent possible errors with future versions of GCC or other modern compilers) Remark: graphics/urt is also included in the cad/brlcad distribution, and has been factured out for the ports collection. The submitter merged some cleanups for IRIX by Lee Butler in order to prevent the mess of two diverging urt versions in the ports tree (the one bundled with cad/brlcad and graphics/urt). He also contributed serveral improvments himself. PR: ports/78687 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Approved by: arved
Diffstat (limited to 'graphics/urt/files/patch-config::urt')
-rw-r--r--graphics/urt/files/patch-config::urt14
1 files changed, 3 insertions, 11 deletions
diff --git a/graphics/urt/files/patch-config::urt b/graphics/urt/files/patch-config::urt
index 37520c4548e5..e38fc0f8d0a5 100644
--- a/graphics/urt/files/patch-config::urt
+++ b/graphics/urt/files/patch-config::urt
@@ -1,5 +1,5 @@
--- config/urt.orig Wed Jul 15 19:47:15 1992
-+++ config/urt Wed Jan 12 17:22:42 2005
++++ config/urt Thu Mar 10 23:52:07 2005
@@ -1,3 +1,7 @@
+# Configuration for HP 9000/300 series running BSD4.3
+
@@ -40,15 +40,7 @@
##define HPUX300CC HP 9000/300 running HP-UX.
##define HPUX800CC HP 9000/800 running HP-UX.
##define IBMR6000CC IBM RS6000.
-@@ -70,14 +74,14 @@
- ##define 386IXCC SVr3 386/ix 2.2
-
- # You can put any system dependent flags here.
--ExtraCFLAGS =
-+ExtraCFLAGS =
-
- # System specific or configuration parameters. Define according to your
- # environment and desires.
+@@ -77,7 +81,7 @@
##define ABEKAS_PAL Convert to PAL format in Abekas A60 tool.
##define ALL_MAN Print/install all man pages.
@@ -127,7 +119,7 @@
#ifdef FB
-LIBFB = /usr/brl/lib/libfb.a
-+LIBFB = $(LOCALBASE)/lib/libfb.a
++LIBFB = $(LOCALBASE)/share/brlcad/lib/libfb.a $(LOCALBASE)/brlcad/lib/libpkg.a
#endif
#ifdef GRINNELL