![]() ![]() | ![]() |
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
# $NetBSD: Makefile,v 1.9 2014/03/13 11:08:50 jperkin Exp $ DISTNAME= do_mysql-0.10.13 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dataobjects.info/ COMMENT= MySQL driver for DataObjects LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-data_objects>=0.10.13<0.11:../../databases/ruby-data_objects USE_GCC_RUNTIME= yes .include "../../lang/ruby/gem.mk" .include "../../mk/mysql.buildlink3.mk" .include "../../mk/bsd.pkg.mk"