|
|
|
|
@ -71,9 +71,9 @@ Index: re-engine-TRE-0.04/Makefile.PL
|
|
|
|
|
+ INC => `pkg-config tre --cflags`,
|
|
|
|
|
+ LDDLFLAGS => [ `pkg-config tre --libs` ]
|
|
|
|
|
);
|
|
|
|
|
Index: Regexp-Compare-0.15/engine.h
|
|
|
|
|
--- Regexp-Compare-0.15/engine.h.orig 2010-12-29 14:02:01.000000000 +0100
|
|
|
|
|
+++ Regexp-Compare-0.15/engine.h 2011-06-24 20:21:46.000000000 +0200
|
|
|
|
|
Index: Regexp-Compare-0.16/engine.h
|
|
|
|
|
--- Regexp-Compare-0.16/engine.h.orig 2010-12-29 14:02:01.000000000 +0100
|
|
|
|
|
+++ Regexp-Compare-0.16/engine.h 2011-06-24 20:21:46.000000000 +0200
|
|
|
|
|
@@ -20,10 +20,17 @@
|
|
|
|
|
#define RC_FIST_CLASS_REGEXP
|
|
|
|
|
typedef REGEXP RCRegexp;
|
|
|
|
|
|