DragonFly's /bin/sh is far from being happy about the stand-alone

backtick used for asthetic reasons.
This commit is contained in:
joerg 2007-03-23 22:09:18 +00:00
parent 353a876869
commit e1f1e57afb
3 changed files with 29 additions and 1 deletions

View file

@ -1,5 +1,7 @@
$NetBSD: distinfo,v 1.20 2007/03/20 15:20:33 drochner Exp $
$NetBSD: distinfo,v 1.21 2007/03/23 22:09:18 joerg Exp $
SHA1 (freetype-2.3.2.tar.bz2) = 4188a2ed344ddf89bdb1a054fb441019aa4b143d
RMD160 (freetype-2.3.2.tar.bz2) = e4da77b6f8956d69e57269c5681560beda0ddb27
Size (freetype-2.3.2.tar.bz2) = 1252007 bytes
SHA1 (patch-aa) = 0682e65e006c7b02535034c3e247be676af3b98f
SHA1 (patch-ab) = 257118397011eb68197008842e98b8ef6c96e48d

View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.9 2007/03/23 22:09:18 joerg Exp $
--- builds/unix/configure.ac.orig 2007-03-23 21:59:42.000000000 +0000
+++ builds/unix/configure.ac
@@ -218,7 +218,7 @@ if test x$with_old_mac_fonts = xyes; the
],
[
- /* OSHostByteOrder() is typed as `OS_INLINE' */
+ /* OSHostByteOrder() is typed as'OS_INLINE' */
int32_t os_byte_order = OSHostByteOrder();

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.10 2007/03/23 22:09:18 joerg Exp $
--- builds/unix/configure.orig 2007-03-23 22:01:14.000000000 +0000
+++ builds/unix/configure
@@ -6059,7 +6059,7 @@ main ()
{
- /* OSHostByteOrder() is typed as `OS_INLINE' */
+ /* OSHostByteOrder() is typed as 'OS_INLINE' */
int32_t os_byte_order = OSHostByteOrder();