Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110713073
D19691.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
682 B
Referenced Files
None
Subscribers
None
D19691.diff
View Options
Index: head/databases/mariadb103-client/Makefile
===================================================================
--- head/databases/mariadb103-client/Makefile
+++ head/databases/mariadb103-client/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= mariadb
+PORTREVISION= 1
PKGNAMESUFFIX= 103-client
COMMENT= Multithreaded SQL database (client)
@@ -22,6 +23,11 @@
CLIENT_ONLY= yes
CONFLICTS_INSTALL= databases/mytop
+
+post-configure:
+ ${REINPLACE_CMD} -Ee 's|(#define INCLUDE.*)"$$|\1 -I${PREFIX}/include"|' \
+ -e 's|(#define LIBS .*)"$$|\1 -L${PREFIX}/lib"|' \
+ ${WRKSRC}/libmariadb/mariadb_config/mariadb_config.c
post-install:
${RM} -r ${STAGEDIR}${DATADIR}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 23, 5:29 AM (3 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16788847
Default Alt Text
D19691.diff (682 B)
Attached To
Mode
D19691: databases/mariadb103-client: Fix the regression in "LIBS" in `mariadb_config`
Attached
Detach File
Event Timeline
Log In to Comment