diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2005-11-02 10:17:51 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2005-11-02 10:17:51 +0000 |
commit | 8de2361805b5ec064be15e0e32de309c56dc7fcb (patch) | |
tree | 6608424c3b30b382702b91881943632d16ba64cd /devel/subversion/Makefile | |
parent | 20415e36664a92e552aad413c8c10f20be15f160 (diff) | |
download | ports-8de2361805b5ec064be15e0e32de309c56dc7fcb.tar.gz ports-8de2361805b5ec064be15e0e32de309c56dc7fcb.zip |
[1] Fix perl bindings
[2] Fix building of bindings on amd64 and ia64
PR: [1] ports/88209
Notes
Notes:
svn path=/head/; revision=147005
Diffstat (limited to 'devel/subversion/Makefile')
-rw-r--r-- | devel/subversion/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 67865d8325d6..0b095c1a01b7 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -6,7 +6,7 @@ PORTNAME= subversion PORTVERSION= 1.2.3 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= devel MASTER_SITES= http://subversion.tigris.org/tarballs/ @@ -43,6 +43,10 @@ PLIST_SUB+= WITHOUT_GETTEXT="@comment " .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +CFLAGS+= -fpic -DPIC +.endif + SVNREPOS?= /home/svn/repos SVNFSTYPE?= fsfs |