svn commit: r528490 - head/databases/libdbi-drivers
Steve Wills
swills at FreeBSD.org
Sun Mar 15 17:00:46 UTC 2020
Author: swills
Date: Sun Mar 15 17:00:46 2020
New Revision: 528490
URL: https://svnweb.freebsd.org/changeset/ports/528490
Log:
databases/libdbi-drivers: remove unnecessary call to sed
No longer needed as this versions supports --prefix and don't contain
-O20 in configure
Modified:
head/databases/libdbi-drivers/Makefile (contents, props changed)
Modified: head/databases/libdbi-drivers/Makefile
==============================================================================
--- head/databases/libdbi-drivers/Makefile Sun Mar 15 16:15:41 2020 (r528489)
+++ head/databases/libdbi-drivers/Makefile Sun Mar 15 17:00:46 2020 (r528490)
@@ -48,8 +48,6 @@ SQLITE3_CONFIGURE_WITH= sqlite3
SQLITE3_PLIST_FILES= lib/dbd/libdbdsqlite3.so
post-patch:
- @${REINPLACE_CMD} -e 's|-O20|${CFLAGS}|g' \
- -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/configure
@${TOUCH} ${WRKSRC}/drivers/*/dbd_*/*
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list