From ffe8b04c764ee09b9508e484605b105f196b29d4 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Wed, 26 Jan 2005 14:00:12 +0000 Subject: [PATCH] Improve handling of pkgconfig files PR: 76686 Submitted by: Jie Gao --- databases/mysqlcppapi/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/databases/mysqlcppapi/Makefile b/databases/mysqlcppapi/Makefile index 4a65bfc09cc0..f1cbfb9b6c52 100644 --- a/databases/mysqlcppapi/Makefile +++ b/databases/mysqlcppapi/Makefile @@ -18,6 +18,7 @@ COMMENT= A fork of mysql++ C++ API for MySQL USE_MYSQL= yes USE_REINPLACE= yes USE_LIBTOOL_VER=15 +USE_GNOME= pkgconfig gnomehack GNU_CONFIGURE= yes .include @@ -35,8 +36,6 @@ CONFIGURE_ARGS= --with-mysql=${LOCALBASE} INSTALLS_SHLIB= yes post-patch: - ${REINPLACE_CMD} -e '/^pkgconfigdir =/s,\$$(libdir),$$(prefix)/libdata,g' \ - ${WRKSRC}/Makefile.in ${REINPLACE_CMD} s/libmysqlcppapi-1.9/libmysqlcppapi/g \ ${WRKSRC}/mysqlcppapi/Makefile.in ${WRKSRC}/examples/Makefile.in ${FIND} ${WRKSRC}/mysqlcppapi -name Makefile.in \