diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-01-23 21:22:53 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-01-23 21:22:53 +0000 |
commit | 6a6c005c723f347d302173498e063465d3269b88 (patch) | |
tree | 52f5ad36ead66dc90c27c518656d121811cea5aa /databases/tora | |
parent | 49b205a72916a8c334951dc158f3e3bcfb585fcc (diff) | |
download | ports-6a6c005c723f347d302173498e063465d3269b88.tar.gz ports-6a6c005c723f347d302173498e063465d3269b88.zip |
Notes
Diffstat (limited to 'databases/tora')
-rw-r--r-- | databases/tora/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/tora/Makefile b/databases/tora/Makefile index 7be82eb88d4f..af61fbc69906 100644 --- a/databases/tora/Makefile +++ b/databases/tora/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client USE_GMAKE= yes HAS_CONFIGURE= yes USE_QT_VER= 2 +USE_REINPLACE= yes QT_NONSTANDARD= yes CONFIGURE_ARGS+= --with-gcc=${CC} \ @@ -32,7 +33,7 @@ CONFIGURE_ARGS+= --with-gcc=${CC} \ DOCS= BUGS LICENSE NEWS README TODO post-patch: - ${PERL} -pi -e \ + ${REINPLACE_CMD} -E -e \ "s@^(my $$Libs.*)-lpthread -ldl\";\$$@\1 ${PTHREAD_LIBS}\";@; \ s@^(CFLAGS_GLOB.*)@\1 ${CFLAGS} ${PTHREAD_CFLAGS}@" \ ${WRKSRC}/configure.pl |