Revision: 77752
          http://sourceforge.net/p/brlcad/code/77752
Author:   starseeker
Date:     2020-11-19 17:57:40 +0000 (Thu, 19 Nov 2020)
Log Message:
-----------
See if we can be more targeted

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/CMake/tcl_configure.patch

Modified: brlcad/branches/extbuild/src/other/ext/CMake/tcl_configure.patch
===================================================================
--- brlcad/branches/extbuild/src/other/ext/CMake/tcl_configure.patch    
2020-11-19 17:08:03 UTC (rev 77751)
+++ brlcad/branches/extbuild/src/other/ext/CMake/tcl_configure.patch    
2020-11-19 17:57:40 UTC (rev 77752)
@@ -2,12 +2,12 @@
 ===================================================================
 --- unix/configure     (revision 77749)
 +++ unix/configure     (working copy)
-@@ -20059,4 +20059,8 @@
-   $ac_cs_success || { (exit 1); exit 1; }
- fi
- 
-+if test "`uname -s`" = "Darwin"; then
-+  CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
-+  LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
-+fi
- 
+@@ -7548,6 +7548,8 @@
+           esac
+           ;;
+       Darwin-*)
++          CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
++          LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
+           CFLAGS_OPTIMIZE="-Os"
+           SHLIB_CFLAGS="-fno-common"
+           # To avoid discrepancies between what headers configure sees during

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to