mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
databases/mariadb1011-server: Fix typo in mysql_config
PR: 269654 Reported by: Oleg Sidorkin <osidorkin gmail com>
This commit is contained in:
parent
3f5ce6a80d
commit
54e3c4d650
@ -1,6 +1,6 @@
|
||||
PORTNAME?= mariadb
|
||||
PORTVERSION= 10.11.2
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://mirror.nodesdirect.com/${SITESDIR}/ \
|
||||
https://mirror.one.com/${SITESDIR}/ \
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Create options
|
||||
libs="-L$pkglibdir @RPATH_OPTION@ @LIBS_FOR_CLIENTS@"
|
||||
embedded_libs="-L$pkglibdir @RPATH_OPTION@ @EMB_LIBS_FOR_CLIENTS@"
|
||||
+embedded_libs="-L$embedded_libs -%%LOCALBASE%%/lib "
|
||||
+embedded_libs="$embedded_libs -%%LOCALBASE%%/lib "
|
||||
|
||||
include="-I$pkgincludedir"
|
||||
if [ "$basedir" != "/usr" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user