summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Gallery/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Apache-Gallery/patches/patch-aa')
-rw-r--r--www/p5-Apache-Gallery/patches/patch-aa21
1 files changed, 10 insertions, 11 deletions
diff --git a/www/p5-Apache-Gallery/patches/patch-aa b/www/p5-Apache-Gallery/patches/patch-aa
index e8e41317d58..982b5c981e7 100644
--- a/www/p5-Apache-Gallery/patches/patch-aa
+++ b/www/p5-Apache-Gallery/patches/patch-aa
@@ -1,16 +1,15 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/09/01 22:42:49 kim Exp $
+$NetBSD: patch-aa,v 1.2 2003/09/06 03:52:08 kim Exp $
---- lib/Apache/Gallery.pm.orig Sun Aug 11 11:40:26 2002
-+++ lib/Apache/Gallery.pm Sun Sep 1 17:51:34 2002
-@@ -23,9 +23,9 @@
+--- lib/Apache/Gallery.pm.orig 2003-04-21 07:26:51.000000000 -0400
++++ lib/Apache/Gallery.pm 2003-06-29 16:50:09.000000000 -0400
+@@ -25,8 +25,8 @@
my $escape_rule = "^A-Za-z0-9\-_.!~*'()\/";
- use Inline C => Config =>
+ use Inline (C => Config =>
- LIBS => '-L/usr/X11R6/lib -lImlib2 -lm -ldl -lXext -lXext',
-+ LIBS => '-lImlib2',
- DIRECTORY => Apache->request()->dir_config('InlineDir') ? Apache->request()->dir_config('InlineDir') : "/tmp/",
- INC => '-I/usr/X11R6/include',
-+ INC => '-I@X11BASE@/include',
- ENABLE => 'UNTAINT';
-
- use Inline 'C';
++ LIBS => '-lImlib2',
++ INC => '-I@LOCALBASE@/include -I@X11BASE@/include',
+ UNTAINT => 1,
+ DIRECTORY => File::Spec->tmpdir()
+ );