diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-12-09 16:10:19 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-12-09 16:10:19 +0000 |
commit | 18ea98ce984fd5c985a6ff4bef539e018b13805d (patch) | |
tree | cefb212a0fbd12a9c74bee3f9c78ecef86b56a28 /databases/postgresql83-server | |
parent | - Really give maintainership to Sofian Brabez. (diff) |
- Fix build if WITH_ICU or WITH_ICU4 defined (bsd.autotools.mk update)
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=265929
Diffstat (limited to 'databases/postgresql83-server')
-rw-r--r-- | databases/postgresql83-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile index 88faf6a0752e..e111cb932dad 100644 --- a/databases/postgresql83-server/Makefile +++ b/databases/postgresql83-server/Makefile @@ -284,7 +284,7 @@ post-patch: @${REINPLACE_CMD} s/@PTHREAD_LIBS@// ${WRKSRC}/src/Makefile.global.in . if defined(WITH_ICU) || defined(WITH_ICU4) @${REINPLACE_CMD} -E -e \ - "s|^(m4_if.*)2.6[0-9](.*Autoconf version )2.6[0-9]|\1${AUTOCONF_VERSION:S/2/2./}\2${AUTOCONF_VERSION:S/2/2./}|g" \ + "s|^(m4_if.*)2.6[0-9](.*Autoconf version )2.6[0-9]|\1${AUTOCONF_VERSION}\2${AUTOCONF_VERSION}|g" \ ${WRKSRC}/configure.in . endif |