make darn sure we don't detect gnu stuff
This commit is contained in:
parent
3ca05b12fe
commit
e803038409
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.87 2012/11/06 00:57:43 tobiasu Exp $
|
||||
# $OpenBSD: Makefile,v 1.88 2012/12/27 18:16:44 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS = alpha i386 m68k sparc sparc64 powerpc vax amd64
|
||||
#BROKEN=adjust for types changes
|
||||
@ -129,8 +129,12 @@ post-install:
|
||||
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/gcc/*/$V/adalib
|
||||
.endif
|
||||
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/gcc/*/$V/include
|
||||
CONFIGURE_ENV += am_cv_func_iconv=no
|
||||
CONFIGURE_ENV += ac_cv_prog_M4=/usr/bin/m4
|
||||
|
||||
fucks_up = am_cv_func_iconv=no
|
||||
fucks_up += ac_cv_prog_M4=/usr/bin/m4
|
||||
fucks_up += lt_cv_path_SED=/usr/bin/sed
|
||||
CONFIGURE_ENV += ${fucks_up}
|
||||
MAKE_ENV += ${fucks_up}
|
||||
|
||||
# Note: the configure target passes CFLAGS to the configure script anyways.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user