diff options
Diffstat (limited to 'devel/libffi/Makefile')
-rw-r--r-- | devel/libffi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index c76d93038a9..9aa83bd7e10 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:17 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2008/04/03 09:34:40 joerg Exp $ DISTNAME= gcc-3.3.5 PKGNAME= libffi-2.0beta @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sources.redhat.com/libffi/ COMMENT= Foreign function interface +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ENV+= with_target_subdir=. CONFIG_GUESS_OVERRIDE= ../config.guess |