diff options
author | sem <sem@FreeBSD.org> | 2006-04-18 01:57:38 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-04-18 01:57:38 +0800 |
commit | feffd5c4a47aca049f507a4f82df4a5bfebe01e2 (patch) | |
tree | 1ae6098858c50848535bbc2ea4c30ddebb21d3ba /security/pam_af | |
parent | 8703a979e1b33c86df27fe3e0a65661db2aca482 (diff) | |
download | freebsd-ports-graphics-feffd5c4a47aca049f507a4f82df4a5bfebe01e2.tar.gz freebsd-ports-graphics-feffd5c4a47aca049f507a4f82df4a5bfebe01e2.tar.zst freebsd-ports-graphics-feffd5c4a47aca049f507a4f82df4a5bfebe01e2.zip |
- Fix build on sparc64 and ia64
PR: ports/95950
Submitted by: maintainer
Notified by: kris mail
Diffstat (limited to 'security/pam_af')
-rw-r--r-- | security/pam_af/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pam_af/files/patch-Makefile b/security/pam_af/files/patch-Makefile new file mode 100644 index 00000000000..7848ac64c3b --- /dev/null +++ b/security/pam_af/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Mon Apr 17 09:12:06 2006 ++++ Makefile Mon Apr 17 09:13:03 2006 +@@ -68,7 +68,7 @@ + # -Wchar-subscripts -Winline -Wnested-externs -fPIC + CFLAGS_GCC = -O2 -Wall -Werror -Wno-format-y2k \ + -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch \ +- -Wshadow -Wcast-align \ ++ -Wshadow \ + -Wchar-subscripts -Winline -Wnested-externs -fPIC + CFLAGS_SUN = -KPIC -xO2 -D_SUN_PAM_ -D_HAVE_USERDEFS_H_ + CFLAGS_HP = -Ae +w1 +W 474,486,542 +z +O2 |