diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-20 14:36:28 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-20 14:36:28 +0000 |
commit | ebce651bd37ebc3dd726ff3bee04751ad565e104 (patch) | |
tree | 8f2c22229170098667382f41bbf43805208499ec /www-misc/libapreq | |
parent | virtual/modutils is defined in base/virtuals. (diff) | |
download | gentoo-2-ebce651bd37ebc3dd726ff3bee04751ad565e104.tar.gz gentoo-2-ebce651bd37ebc3dd726ff3bee04751ad565e104.tar.bz2 gentoo-2-ebce651bd37ebc3dd726ff3bee04751ad565e104.zip |
copying over patches from old location
(Portage version: 2.1.2-r1)
Diffstat (limited to 'www-misc/libapreq')
-rw-r--r-- | www-misc/libapreq/files/libapreq-1.2-statlink.patch | 24 | ||||
-rw-r--r-- | www-misc/libapreq/files/libapreq-1.3-statlink.patch | 24 |
2 files changed, 48 insertions, 0 deletions
diff --git a/www-misc/libapreq/files/libapreq-1.2-statlink.patch b/www-misc/libapreq/files/libapreq-1.2-statlink.patch new file mode 100644 index 000000000000..3f7e79378130 --- /dev/null +++ b/www-misc/libapreq/files/libapreq-1.2-statlink.patch @@ -0,0 +1,24 @@ +diff -burN libapreq-1.2.orig/Cookie/Makefile.PL libapreq-1.2/Cookie/Makefile.PL +--- libapreq-1.2.orig/Cookie/Makefile.PL 2001-04-03 12:24:08.000000000 -0700 ++++ libapreq-1.2/Cookie/Makefile.PL 2003-11-04 15:41:21.000000000 -0800 +@@ -27,7 +27,7 @@ + @mm_args, + 'INC' => "-I../c ". $src->inc, + 'TYPEMAPS' => $src->typemaps, +- 'LIBS' => "-L$root -lapreq", ++ 'OBJECT' => "Cookie.o $root/libapreq.a", + 'dynamic_lib' => { + 'OTHERLDFLAGS' => $src->otherldflags, + }, +diff -burN libapreq-1.2.orig/Request/Makefile.PL libapreq-1.2/Request/Makefile.PL +--- libapreq-1.2.orig/Request/Makefile.PL 2001-04-03 12:24:09.000000000 -0700 ++++ libapreq-1.2/Request/Makefile.PL 2003-11-04 15:43:27.000000000 -0800 +@@ -27,7 +27,7 @@ + @mm_args, + 'INC' => "-I../c ". $src->inc, + 'TYPEMAPS' => $src->typemaps, +- 'LIBS' => "-L$root -lapreq", ++ 'OBJECT' => "Request.o $root/libapreq.a", + 'dynamic_lib' => { + 'OTHERLDFLAGS' => $src->otherldflags, + }, diff --git a/www-misc/libapreq/files/libapreq-1.3-statlink.patch b/www-misc/libapreq/files/libapreq-1.3-statlink.patch new file mode 100644 index 000000000000..3f7e79378130 --- /dev/null +++ b/www-misc/libapreq/files/libapreq-1.3-statlink.patch @@ -0,0 +1,24 @@ +diff -burN libapreq-1.2.orig/Cookie/Makefile.PL libapreq-1.2/Cookie/Makefile.PL +--- libapreq-1.2.orig/Cookie/Makefile.PL 2001-04-03 12:24:08.000000000 -0700 ++++ libapreq-1.2/Cookie/Makefile.PL 2003-11-04 15:41:21.000000000 -0800 +@@ -27,7 +27,7 @@ + @mm_args, + 'INC' => "-I../c ". $src->inc, + 'TYPEMAPS' => $src->typemaps, +- 'LIBS' => "-L$root -lapreq", ++ 'OBJECT' => "Cookie.o $root/libapreq.a", + 'dynamic_lib' => { + 'OTHERLDFLAGS' => $src->otherldflags, + }, +diff -burN libapreq-1.2.orig/Request/Makefile.PL libapreq-1.2/Request/Makefile.PL +--- libapreq-1.2.orig/Request/Makefile.PL 2001-04-03 12:24:09.000000000 -0700 ++++ libapreq-1.2/Request/Makefile.PL 2003-11-04 15:43:27.000000000 -0800 +@@ -27,7 +27,7 @@ + @mm_args, + 'INC' => "-I../c ". $src->inc, + 'TYPEMAPS' => $src->typemaps, +- 'LIBS' => "-L$root -lapreq", ++ 'OBJECT' => "Request.o $root/libapreq.a", + 'dynamic_lib' => { + 'OTHERLDFLAGS' => $src->otherldflags, + }, |