aboutsummaryrefslogtreecommitdiffstats
path: root/security/krb5
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2015-05-10 23:16:07 +0800
committercy <cy@FreeBSD.org>2015-05-10 23:16:07 +0800
commita949b7f83631500a14fbf0508f473a0871b00b18 (patch)
tree3084c38c50bcf8b8602db0dd12fa28dd0fa7316c /security/krb5
parent5be9d53461596c0b607129ad1bb9fe53cec9eecc (diff)
downloadfreebsd-ports-gnome-a949b7f83631500a14fbf0508f473a0871b00b18.tar.gz
freebsd-ports-gnome-a949b7f83631500a14fbf0508f473a0871b00b18.tar.zst
freebsd-ports-gnome-a949b7f83631500a14fbf0508f473a0871b00b18.zip
Fix armv5 build.
PR: 200100 Submitted by: mikael.urankar@gmail.com
Diffstat (limited to 'security/krb5')
-rw-r--r--security/krb5/Makefile1
-rw-r--r--security/krb5/files/patch-config__shlib.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index 93cb67381f6e..931d39962a43 100644
--- a/security/krb5/Makefile
+++ b/security/krb5/Makefile
@@ -3,6 +3,7 @@
PORTNAME= krb5
PORTVERSION= 1.13.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-signed
diff --git a/security/krb5/files/patch-config__shlib.conf b/security/krb5/files/patch-config__shlib.conf
index 805e56e91e7f..3553d48a2bde 100644
--- a/security/krb5/files/patch-config__shlib.conf
+++ b/security/krb5/files/patch-config__shlib.conf
@@ -5,7 +5,7 @@
esac
SHLIBVEXT='.so.$(LIBMAJOR)'
- RPATH_FLAG='-Wl,--enable-new-dtags -Wl,-rpath -Wl,'
-+ LDCOMBINE="libtool --mode=link cc -Xcompiler -shared"
++ LDCOMBINE="libtool --tag=CC --mode=link cc -Xcompiler -shared"
+ RPATH_FLAG='-Wl,-rpath -Wl,'
PROG_RPATH_FLAGS='$(RPATH_FLAG)$(PROG_RPATH)'
CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) $(PROG_RPATH_FLAGS) $(CFLAGS) $(LDFLAGS)'