This commit is contained in:
msf 2004-12-08 19:05:23 +00:00
parent bdffab14b2
commit ac51e12a48
7 changed files with 0 additions and 38 deletions

View File

@ -1,2 +0,0 @@
This is a Subversion working copy administrative directory.
Visit http://subversion.tigris.org/ for more information.

View File

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<wc-entries
xmlns="svn:">
<entry
committed-rev="52"
name=""
committed-date="2004-12-08T15:02:50.234695Z"
url="file:///home/msf/svn/ports/trunk/devel/p5-Locale-gettext/patches"
last-author="msf"
kind="dir"
uuid="524e126a-b2e8-0310-8b5e-3b9fd9181272"
revision="52"/>
<entry
committed-rev="52"
name="patch-Makefile_PL"
text-time="2004-12-08T14:59:31.000000Z"
committed-date="2004-12-08T15:02:50.234695Z"
checksum="f3aeac1dfaea853a084dc2527b9d9d49"
last-author="msf"
kind="file"
prop-time="2004-11-12T20:00:49.000000Z"/>
</wc-entries>

View File

@ -1 +0,0 @@
4

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-Makefile_PL.svn-base,v 1.1.1.1 2004/12/08 19:00:49 msf Exp $
--- Makefile.PL.orig Thu Jul 22 20:10:58 2004
+++ Makefile.PL Thu Jul 22 20:12:39 2004
@@ -1,6 +1,6 @@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => "Locale::gettext",
- LIBS => ["-lintl"],
+ LIBS => ["-L%%LOCALBASE%%/lib -lintl"],
VERSION_FROM => 'gettext.pm',
);