summaryrefslogtreecommitdiff
path: root/lang/ecl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ecl/Makefile')
-rw-r--r--lang/ecl/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index bfec1f342e9..03c31501e11 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2009/12/15 15:14:54 asau Exp $
+# $NetBSD: Makefile,v 1.8 2010/03/15 05:20:13 asau Exp $
#
-DISTNAME= ecl-9.12.3
+DISTNAME= ecl-10.3.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ecls/}
EXTRACT_SUFX= .tgz
@@ -22,6 +22,12 @@ INFO_FILES= yes
CONFIGURE_ARGS+= --enable-boehm=system --with-system-gmp
+SUBST_CLASSES+= fix-libffi-include
+SUBST_STAGE.fix-libdir= post-patch
+SUBST_MESSAGE.fix-libdir= Fixing libffi layout.
+SUBST_FILES.fix-libdir= src/c/ffi.d
+SUBST_SED.fix-libdir= -e '/include.*<ffi/ffi.h>/s:ffi/ffi.h:ffi.h:'
+
.include "options.mk"
PLIST_SUBST= PKGVERSION_MAJOR_MINOR=${PKGVERSION_NOREV:R} \