summaryrefslogtreecommitdiff
path: root/devel/libffi/Makefile
diff options
context:
space:
mode:
authormaya <maya>2016-11-03 11:40:28 +0000
committermaya <maya>2016-11-03 11:40:28 +0000
commit263a450b131729f9219d1f10e26bd70e0e2843db (patch)
treeb2eb0e245a6d9b416d7378c40072f1625e3b269b /devel/libffi/Makefile
parent086e1958c23966823097a83df7941de0c5b4c9bf (diff)
downloadpkgsrc-263a450b131729f9219d1f10e26bd70e0e2843db.tar.gz
libffi: remove some netbsd/mips specific patches that are uneeded
(and may be harmful). we don't need a definition to declare we're definitely totally o32, especially since the vast majority will be n32. this is potentially harmful, but I cannot confirm any resulting harm. don't try to avoid compiler builtins, we have them and I expect that they will work, however, only build tested (on netbsd 7.99.41 mips64eb), no tests run. bump PKGREVISION.
Diffstat (limited to 'devel/libffi/Makefile')
-rw-r--r--devel/libffi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile
index e27580c9081..6a5c795628c 100644
--- a/devel/libffi/Makefile
+++ b/devel/libffi/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2016/01/25 17:56:38 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2016/11/03 11:40:28 maya Exp $
DISTNAME= libffi-3.2.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://sourceware.org/pub/libffi/