summaryrefslogtreecommitdiff
path: root/net/samba33
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2010-03-08 22:19:07 +0000
committerjmmv <jmmv@pkgsrc.org>2010-03-08 22:19:07 +0000
commita227e90b419351c7d9468908a36f0b5baec73538 (patch)
treef06bab2f50ad0cff1542dd42adf725eb08b59212 /net/samba33
parent82a9ace3a0b98702aa59a991e4c7ef1c3198c832 (diff)
downloadpkgsrc-a227e90b419351c7d9468908a36f0b5baec73538.tar.gz
Disable PIE on NetBSD/macppc to fix use of unsupported relocation type in.
Samba 3.0 and 3.3. They were completely broken before this. Bump PKGREVISION for both samba and samba33. Fix from PR pkg/38961 by Makoto Fujiwara <makoto at ki dot nu>.
Diffstat (limited to 'net/samba33')
-rw-r--r--net/samba33/Makefile3
-rw-r--r--net/samba33/hacks.mk3
2 files changed, 5 insertions, 1 deletions
diff --git a/net/samba33/Makefile b/net/samba33/Makefile
index 2c9032ab70d..80951b566de 100644
--- a/net/samba33/Makefile
+++ b/net/samba33/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2010/03/02 14:56:22 taca Exp $
+# $NetBSD: Makefile,v 1.5 2010/03/08 22:19:07 jmmv Exp $
.include "../../net/samba/Makefile.mirrors"
DISTNAME= samba-${VERSION}
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${SAMBA_MIRRORS:=old-versions/}
diff --git a/net/samba33/hacks.mk b/net/samba33/hacks.mk
new file mode 100644
index 00000000000..35cfae378c8
--- /dev/null
+++ b/net/samba33/hacks.mk
@@ -0,0 +1,3 @@
+# $NetBSD: hacks.mk,v 1.1 2010/03/08 22:19:07 jmmv Exp $
+
+.include "../../net/samba/hacks.mk"