tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bootstrap fails on MacOS X 10.4




Am 01.06.2009 um 13:42 schrieb OBATA Akio:

Replace follwing line in pkgsrc/mk/compiler.mk
COMPILER_USE_SYMLINKS?=        no
with
COMPILER_USE_SYMLINKS?=        yes

http://mail-index.netbsd.org/pkgsrc-changes/2009/05/31/msg024161.html

I don't know what platforms are affected.


The following patch seems to do the trick:

--- pkgsrc/mk/platform/Darwin.mk.orig 2009-06-01 13:56:52.000000000 +0200 +++ pkgsrc/mk/platform/Darwin.mk 2009-06-01 13:57:30.000000000 +0200
@@ -38,6 +38,7 @@
# Use the GNU cpp, not the OS X cpp, don't look in "/usr/local/ include"
 # before "/usr/include".
 CPP_PRECOMP_FLAGS?=    -no-cpp-precomp -isystem /usr/include
+COMPILER_USE_SYMLINKS?=        no
 .endif
 DEF_UMASK?=            0022
 DEFAULT_SERIAL_DEVICE?=        /dev/null

Does that look OK to commit?


BTW, I find GCC_USE_SYMLINKS in pkgsrc/mk/platform/Interix.mk.
what is it used for? Nothing at all? Some leftover? I cannot find it anywhere else.



--
Georg Schwarz    http://home.pages.de/~schwarz/
georg.schwarz%freenet.de@localhost  +49 151 11559652




Home | Main Index | Thread Index | Old Index