aboutsummaryrefslogtreecommitdiffstats
path: root/security/pam_smb
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-11-05 05:42:23 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-11-05 05:42:23 +0800
commitd5eec44f172458e0db29b9bf29fdacf63deb16b0 (patch)
treeefa77280fe33baf9b632aa18e9917cf8019e129e /security/pam_smb
parent4a6894a0c11a18246f3afdad3796de3110778323 (diff)
downloadfreebsd-ports-gnome-d5eec44f172458e0db29b9bf29fdacf63deb16b0.tar.gz
freebsd-ports-gnome-d5eec44f172458e0db29b9bf29fdacf63deb16b0.tar.zst
freebsd-ports-gnome-d5eec44f172458e0db29b9bf29fdacf63deb16b0.zip
- Unbreak on 9.0
Diffstat (limited to 'security/pam_smb')
-rw-r--r--security/pam_smb/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pam_smb/files/patch-configure b/security/pam_smb/files/patch-configure
new file mode 100644
index 000000000000..5ba34c7f24f9
--- /dev/null
+++ b/security/pam_smb/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2009-11-04 20:41:16.000000000 +0300
++++ configure 2009-11-04 20:41:50.000000000 +0300
+@@ -1486,7 +1486,7 @@
+ # results, and the version is kept in special file).
+
+ if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
+- system=MP-RAS-`awk '{print $3}' /etc/.relid'`
++ system=MP-RAS-`awk '{print $3}' /etc/.relid`
+ fi
+ if test "`uname -s`" = "AIX" ; then
+ system=AIX-`uname -v`.`uname -r`