aboutsummaryrefslogtreecommitdiff
path: root/security/krb5
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-05-10 15:16:07 +0000
committerCy Schubert <cy@FreeBSD.org>2015-05-10 15:16:07 +0000
commit3ca2da65de8b2788f040acbdbb7affaf22ebf6d2 (patch)
tree3084c38c50bcf8b8602db0dd12fa28dd0fa7316c /security/krb5
parent44c9039b08b40e92ec87dc6d1a4eee5ea2e13c7e (diff)
Notes
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)'