aboutsummaryrefslogtreecommitdiff
path: root/databases/ruby-mysql
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-30 02:38:18 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-30 02:38:18 +0000
commitedd48c5e496653e8b23e92b25087ccfedc4bff5e (patch)
tree21727e842148b0c7daece87c643834316925ca8b /databases/ruby-mysql
parent0466fdc8c685d45de86491306144e1378c81b311 (diff)
downloadports-edd48c5e496653e8b23e92b25087ccfedc4bff5e.tar.gz
ports-edd48c5e496653e8b23e92b25087ccfedc4bff5e.zip
Due to mkmf.rb's bug, this port was not LOCALBASE clean against our will. ;)
Work around the problem by specifying --with-mysql-dir="${LOCALBASE}" and let the extconf.rb's trick work. (A fix against mkmf.rb will follow later) PR: ports/34389 Submitted by: Thomas Hurst <freaky@aagh.net>
Notes
Notes: svn path=/head/; revision=54005
Diffstat (limited to 'databases/ruby-mysql')
-rw-r--r--databases/ruby-mysql/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile
index 49ca3dc575a3..24cff5661cb9 100644
--- a/databases/ruby-mysql/Makefile
+++ b/databases/ruby-mysql/Makefile
@@ -20,8 +20,7 @@ LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-CONFIGURE_ARGS= --with-mysql-include="${LOCALBASE}/include/mysql" \
- --with-mysql-lib="${LOCALBASE}/lib/mysql"
+CONFIGURE_ARGS= --with-mysql-dir="${LOCALBASE}"
INSTALL_TARGET= site-install
post-install: