aboutsummaryrefslogtreecommitdiff
path: root/security/pam_af
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-04-17 17:57:38 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-04-17 17:57:38 +0000
commitc880bb80419a7e4899fe7e9120c18a06978a3cbe (patch)
tree01e0a574cc42255e8a9e3d1828152c68af8cb8be /security/pam_af
parent94361dbd9d4862fe8ab6dfdd098a7e3d1983e6cd (diff)
downloadports-c880bb80419a7e4899fe7e9120c18a06978a3cbe.tar.gz
ports-c880bb80419a7e4899fe7e9120c18a06978a3cbe.zip
- Fix build on sparc64 and ia64
PR: ports/95950 Submitted by: maintainer Notified by: kris mail
Notes
Notes: svn path=/head/; revision=159819
Diffstat (limited to 'security/pam_af')
-rw-r--r--security/pam_af/files/patch-Makefile11
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 000000000000..7848ac64c3b9
--- /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