mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
And take maintainership, fix license and dependencies. Closes: https://trac.macports.org/ticket/54734
15 lines
577 B
Diff
15 lines
577 B
Diff
Fix determination of when to use precompiled headers.
|
|
https://sourceforge.net/p/rsyncrypto/bugs/19/
|
|
https://sourceforge.net/p/rsyncrypto/bugs/21/
|
|
--- configure.orig 2017-09-06 12:49:12.000000000 -0500
|
|
+++ configure 2020-07-07 17:30:45.000000000 -0500
|
|
@@ -5551,7 +5551,7 @@
|
|
|
|
touch conftest.h
|
|
rm -f a.out
|
|
-if $CXX -c conftest.h >/dev/null 2>&1 && test "! -e a.out -a -f conftest.h.gch"
|
|
+if test "x$enable_dependency_tracking" != xno && $CXX $CXXFLAGS -c conftest.h >/dev/null 2>&1 && test ! -e a.out -a -f conftest.h.gch
|
|
then
|
|
if true; then
|
|
PRECOMPILED_HEADERS_TRUE=
|