opnsense-ports/french/aster/files/patch-check_compilers.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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."""