diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-18 10:27:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-18 10:27:59 +0000 |
commit | 3c5f0d11a2e3f259e15bf5081bb7ca182d57fddd (patch) | |
tree | a11211e1b7adb6324ec34c9a62d80fb87eb0880c /share | |
parent | 4764e73786f246c889cfe5f3910908b87b68835b (diff) |
configure as checked out from CVS may not be executable. Patch from naddy@.
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.xorg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk index 650f8e8a7..230b1a83e 100644 --- a/share/mk/bsd.xorg.mk +++ b/share/mk/bsd.xorg.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.xorg.mk,v 1.13 2007/03/17 19:32:41 matthieu Exp $ -*- makefile -*- +# $OpenBSD: bsd.xorg.mk,v 1.14 2007/03/18 10:27:58 matthieu Exp $ -*- makefile -*- # # Copyright © 2006 Matthieu Herrb # @@ -91,7 +91,7 @@ config.status: esac; done .endif PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" CFLAGS="$(CFLAGS:C/ *$//)" \ - ${CONFIGURE_ENV} ${.CURDIR}/configure --prefix=${X11BASE} \ + ${CONFIGURE_ENV} sh ${.CURDIR}/configure --prefix=${X11BASE} \ --sysconfdir=/etc \ --mandir=${X11BASE}/man \ ${_cache} \ |