From b6ce9bf30deb6e0e3345453783e037b3004eac10 Mon Sep 17 00:00:00 2001
From: Edward Brash <brash@jlab.org>
Date: Mon, 25 Nov 2013 09:14:44 -0500
Subject: [PATCH] Update configuration script for MacOSX (Mavericks)

Also added versioned Hall C library to .gitignore
---
 .gitignore  | 1 +
 darwin64.py | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index aca04a8..4787fb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@ config.log
 *.[oad]
 *~
 *.so
+*.so.*
 *.os
 \#*\#
 
diff --git a/darwin64.py b/darwin64.py
index 5fc4f47..20f3e7a 100644
--- a/darwin64.py
+++ b/darwin64.py
@@ -14,7 +14,8 @@ def config(env,args):
 	if int(standalone):
 		env.Append(STANDALONE= '1')
 
-	env.Append(CXXFLAGS = '-Wall -Woverloaded-virtual -pthread -rdynamic')
+	#env.Append(CXXFLAGS = '-Wall -Woverloaded-virtual -pthread -rdynamic')
+	env.Append(CXXFLAGS = '-Wall -Woverloaded-virtual')
 	env.Append(CPPDEFINES = '-DMACVERS')
 
 	cxxversion = env.subst('$CXXVERSION')
-- 
GitLab