summaryrefslogtreecommitdiffstats
path: root/devel/oniguruma/files/BSDmakefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-02-04 09:39:50 +0000
committerknu <knu@FreeBSD.org>2003-02-04 09:39:50 +0000
commit15615499c4ea32931f64e636af3f9c0eb98efd09 (patch)
tree4db43a16e39c7099f5bba1964f116877e1e996fc /devel/oniguruma/files/BSDmakefile
parent4e86309855cf0555e8e1ddd8193c1d5d28f9aa0c (diff)
downloadFreeBSD-ports-15615499c4ea32931f64e636af3f9c0eb98efd09.zip
FreeBSD-ports-15615499c4ea32931f64e636af3f9c0eb98efd09.tar.gz
Update to 1.7 (20030204), with improved performance.
According to the author's post on a mailing list, a simple benchmark shows that Oniguruma is 10-20% faster than PCRE 3.9 under the ASCII (single byte) encoding.
Diffstat (limited to 'devel/oniguruma/files/BSDmakefile')
-rw-r--r--devel/oniguruma/files/BSDmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/oniguruma/files/BSDmakefile b/devel/oniguruma/files/BSDmakefile
index 6d09167..4333301 100644
--- a/devel/oniguruma/files/BSDmakefile
+++ b/devel/oniguruma/files/BSDmakefile
@@ -3,7 +3,7 @@
LIB= onig
SHLIB_MAJOR?= 0
SHLIB_MINOR?= 0
-CFLAGS+= -DHAVE_CONFIG_H
+CFLAGS+= -DHAVE_CONFIG_H -DNOT_RUBY
SRCS= regerror.o regcomp.o regexec.o reggnu.o \
regposix.o regposerr.o
INCS= regex.h \
OpenPOWER on IntegriCloud