diff options
author | joerg <joerg@pkgsrc.org> | 2009-11-27 13:34:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-11-27 13:34:25 +0000 |
commit | 35c74fc5095589d110e9b0e2a49c53ddc5ec957f (patch) | |
tree | 507b84171772ad895f1d0ef2e8e258236c9ed89f /security/PAM | |
parent | 1900ea9e9ba8b16fb4ca529fcbb86ddbe80f4470 (diff) | |
download | pkgsrc-35c74fc5095589d110e9b0e2a49c53ddc5ec957f.tar.gz |
Just force calling the compiler as cc to help libtool 2.2.
Diffstat (limited to 'security/PAM')
-rw-r--r-- | security/PAM/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile index eaffada7c3d..bf8ec4b5f2c 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2008/08/23 00:48:12 epg Exp $ +# $NetBSD: Makefile,v 1.45 2009/11/27 13:34:25 joerg Exp $ # DISTNAME= Linux-PAM-0.77 @@ -35,6 +35,8 @@ CONFIGURE_ENV+= ac_cv_prog_HAVE_SGML2LATEX=no CONFIGURE_ENV+= ac_cv_prog_HAVE_SGML2PS=no CONFIGURE_ENV+= ac_cv_prog_HAVE_PS2PDF=no +MAKE_FLAGS+= CC=cc + PAM_MODULEDIR= ${VIEWBASE}/lib/security MAKE_ENV+= PAM_MODULEDIR=${PAM_MODULEDIR:Q} MESSAGE_SUBST+= PAM_MODULEDIR=${PAM_MODULEDIR} |