summaryrefslogtreecommitdiff
path: root/math/tetgen/files/patch-makefile
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2007-09-28 00:46:26 +0000
committerShaun Amott <shaun@FreeBSD.org>2007-09-28 00:46:26 +0000
commitacd9f95a24520d8191c5cfa079a88059e488a12b (patch)
tree0643a6dd63fc97f5ffbe155807fe65a54d4ad2dc /math/tetgen/files/patch-makefile
parent- Switch redcloth depobjs to a file which does not embed the version number. (diff)
- Upgrade to 1.4.2.
- Replace the test target by the canonical regression-test. PR: ports/114710 Submitted by: Pedro F. Giffuni via thierry
Notes
Notes: svn path=/head/; revision=200241
Diffstat (limited to 'math/tetgen/files/patch-makefile')
-rw-r--r--math/tetgen/files/patch-makefile39
1 files changed, 21 insertions, 18 deletions
diff --git a/math/tetgen/files/patch-makefile b/math/tetgen/files/patch-makefile
index f3d806975f32..0602a53b6335 100644
--- a/math/tetgen/files/patch-makefile
+++ b/math/tetgen/files/patch-makefile
@@ -1,26 +1,29 @@
---- makefile.orig Fri Jan 13 15:30:08 2006
-+++ makefile Wed Mar 8 16:20:59 2006
-@@ -6,12 +6,12 @@
+--- makefile.orig Mon Apr 16 16:45:21 2007
++++ makefile Wed Jul 18 22:04:08 2007
+@@ -11,7 +11,7 @@
+ # CXX should be set to the name of your favorite C++ compiler.
+ # ===========================================================
- # CC should be set to the name of your favorite C++ compiler.
+-CXX = g++
++#CXX = g++
+ #CXX = icpc
+ #CXX = CC
--CC = g++
-+CC = $(CXX)
+@@ -19,7 +19,7 @@
+ # -O2, -O3 ... to find the best optimization level.
+ # ===================================================================
- # OPT is the level of optimiztion, default is -O. One should try -O2, -O3
- # ... to find the best optimization level.
+-CXXFLAGS = -g
++#CXXFLAGS = -g
--OPT = -g
-+OPT = ${CXXFLAGS}
-
- # CFLAGS is a list of switches to compile TetGen.
- #
-@@ -23,7 +23,7 @@
+ # PREDCXXFLAGS is for compiling J. Shewchuk's predicates. It should
+ # always be equal to -O0 (no optimization). Otherwise, TetGen may not
+@@ -38,7 +38,7 @@
# down the speed of TetGen. They can be skipped by define the -DNDEBUG
# switch.
--CFLAGS = -Wall -DSELF_CHECK
-+CFLAGS = -DNDEBUG
+-SWITCHES = -Wall -DSELF_CHECK
++SWITCHES = -DNDEBUG
- #CFLAGS = -funroll-all-loops -fomit-frame-pointer\
- # -Wall -Wabi -Wctor-dtor-privacy \
+ # SWITCHES = -Wall -Wabi -Wctor-dtor-privacy \
+ # -Woverloaded-virtual -Wno-pmf-conversions -Wsign-promo \