aboutsummaryrefslogtreecommitdiff
path: root/databases/libiodbc
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-03-14 17:11:42 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-03-14 17:11:42 +0000
commit50463af96f99c7eb709e3cc4969110698f091b6b (patch)
tree4a5b1e3fea8ba4a996c71048ffbbe7d25cbf8d95 /databases/libiodbc
parent97ef33f58953446d30c8f2a4cb6097ac03a85356 (diff)
downloadports-50463af96f99c7eb709e3cc4969110698f091b6b.tar.gz
ports-50463af96f99c7eb709e3cc4969110698f091b6b.zip
databases/libiodbc: remove useless REINPLACE_CMD
The sed call did nothing since many years: https://github.com/openlink/iODBC/commit/6975d49041a1a4427ee63f6eae4e3017f8ba3e5e Reported by: swills
Notes
Notes: svn path=/head/; revision=528424
Diffstat (limited to 'databases/libiodbc')
-rw-r--r--databases/libiodbc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile
index 664335f6d902..47c2db9a43a8 100644
--- a/databases/libiodbc/Makefile
+++ b/databases/libiodbc/Makefile
@@ -35,10 +35,6 @@ GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
GTK2_CONFIGURE_ENABLE= gui
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|-ldl||g' ${WRKSRC}/admin/libiodbc.pc.in
-
post-install:
@${MKDIR} ${STAGEDIR}/${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/etc/odbc*.ini.sample ${STAGEDIR}/${ETCDIR}