diff options
author | markm <markm@FreeBSD.org> | 1998-09-27 19:34:28 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-09-27 19:34:28 +0800 |
commit | 72cacf3a8f8deb592d476735f4084f35362007a0 (patch) | |
tree | c2805b74824130d022453bbbed9e29756b02687b /security | |
parent | 169b5908f1a3e07847fc030d4b23b4a50f231660 (diff) | |
download | freebsd-ports-gnome-72cacf3a8f8deb592d476735f4084f35362007a0.tar.gz freebsd-ports-gnome-72cacf3a8f8deb592d476735f4084f35362007a0.tar.zst freebsd-ports-gnome-72cacf3a8f8deb592d476735f4084f35362007a0.zip |
Honour CFLAGS.
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-16/Makefile | 4 | ||||
-rw-r--r-- | security/krb5-17/Makefile | 4 | ||||
-rw-r--r-- | security/krb5-appl/Makefile | 4 | ||||
-rw-r--r-- | security/krb5/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index 32a3680eefe2..b35ac831039d 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -3,7 +3,7 @@ # Date created: 6/5/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.4 1998/08/01 19:47:54 dima Exp $ +# $Id: Makefile,v 1.5 1998/09/14 19:23:42 markm Exp $ # DISTNAME= krb5-1.0.5 @@ -39,7 +39,7 @@ AWK_SCRIPT= '' USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --enable-shared +CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" KRB5_KRB4_COMPAT?= YES .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 32a3680eefe2..b35ac831039d 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -3,7 +3,7 @@ # Date created: 6/5/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.4 1998/08/01 19:47:54 dima Exp $ +# $Id: Makefile,v 1.5 1998/09/14 19:23:42 markm Exp $ # DISTNAME= krb5-1.0.5 @@ -39,7 +39,7 @@ AWK_SCRIPT= '' USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --enable-shared +CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" KRB5_KRB4_COMPAT?= YES .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 32a3680eefe2..b35ac831039d 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -3,7 +3,7 @@ # Date created: 6/5/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.4 1998/08/01 19:47:54 dima Exp $ +# $Id: Makefile,v 1.5 1998/09/14 19:23:42 markm Exp $ # DISTNAME= krb5-1.0.5 @@ -39,7 +39,7 @@ AWK_SCRIPT= '' USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --enable-shared +CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" KRB5_KRB4_COMPAT?= YES .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 32a3680eefe2..b35ac831039d 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -3,7 +3,7 @@ # Date created: 6/5/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.4 1998/08/01 19:47:54 dima Exp $ +# $Id: Makefile,v 1.5 1998/09/14 19:23:42 markm Exp $ # DISTNAME= krb5-1.0.5 @@ -39,7 +39,7 @@ AWK_SCRIPT= '' USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --enable-shared +CONFIGURE_ARGS?= --enable-shared --with-ccopts="${CFLAGS}" KRB5_KRB4_COMPAT?= YES .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" |