forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
597 B
Python
12 lines
597 B
Python
--- check_compilers.py.orig 2014-07-07 21:31:29.000000000 +0200
|
|
+++ check_compilers.py 2014-08-17 17:54:05.000000000 +0200
|
|
@@ -420,8 +420,7 @@
|
|
def after_compilers(self):
|
|
"""Define libs to search."""
|
|
# prefer always libstdc++.so to the static one
|
|
- self.libs.extend([('math', 'lapack'), ('math', 'blas'),
|
|
- ('cxx', ['libstdc++' + self._ext_shared, 'libstdc++' + self._ext_static]),])
|
|
+ self.libs.extend([('math', 'lapack'), ('math', 'blas'),])
|
|
|
|
def add_on(self):
|
|
"""After searching compilers, libs... search again other bin or lib."""
|