diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-09 06:14:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-09 06:14:13 +0000 |
commit | bf24d154b07e9c58d0d814a769b4932c8cea994c (patch) | |
tree | f32df713fc392949c2792f0f4a104dc051ba37fc /databases/unixODBC/Makefile | |
parent | cdf8e698db7209ae80566868b7c42c1dbd3fc4f6 (diff) |
Notes
Diffstat (limited to 'databases/unixODBC/Makefile')
-rw-r--r-- | databases/unixODBC/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index 311cc3b3a04e..c2853fef13ac 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -6,12 +6,13 @@ # PORTNAME= unixODBC -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= databases MASTER_SITES= http://www.unixodbc.org/ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-static --enable-shared INSTALLS_SHLIB= yes @@ -40,7 +41,7 @@ QT_NAME= qt2 .endif post-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|"-lqt"|"-l${QT_NAME}"|g ; \ s|"-lqt-mt"|"-l${QT_NAME}"|g' ${WRKSRC}/configure |