1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

databases/libdbi-drivers: remove unnecessary call to sed

No longer needed as this versions supports --prefix and don't contain
-O20 in configure
This commit is contained in:
Steve Wills 2020-03-15 17:00:46 +00:00
parent 6b2b4665a6
commit de7ba2e548
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528490

View File

@ -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>