- fix build for FreeBSD < 6.3

This commit is contained in:
Dirk Meyer 2008-04-03 15:42:36 +00:00
parent 37cda9bfe2
commit ddacf34815
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210449
2 changed files with 11 additions and 4 deletions

View File

@ -91,10 +91,6 @@ OPTIONS= ICONV "Build with ICONV support" on \
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 603000
IGNORE= configure needs a newer sh
.endif
CONFIGURE_ARGS+= --program-transform-name="s/x/x/" \
--enable-dependency-tracking \
--enable-r=no \

View File

@ -0,0 +1,11 @@
--- configure.orig 2008-03-10 20:32:12.000000000 +0100
+++ configure 2008-04-03 17:38:34.000000000 +0200
@@ -34060,7 +34060,7 @@
# Check whether --with-platformsdkincludedir was given.
if test "${with_platformsdkincludedir+set}" = set; then
- withval=$with_platformsdkincludedir; PLATFORMSDKINCLUDE=$withval; PLATFORMSDKINCLUDE_ESCAPED=${PLATFORMSDKINCLUDE//'\\'/\\\\}; PLATFORMSDKINCLUDE_ESCAPED=${PLATFORMSDKINCLUDE_ESCAPED// /\\ }
+ withval=$with_platformsdkincludedir; PLATFORMSDKINCLUDE=$withval; PLATFORMSDKINCLUDE_ESCAPED=${PLATFORMSDKINCLUDE}; PLATFORMSDKINCLUDE_ESCAPED=${PLATFORMSDKINCLUDE_ESCAPED}
fi