diff options
author | shige <shige@FreeBSD.org> | 2000-01-05 23:46:29 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-01-05 23:46:29 +0800 |
commit | bc038c73eb0c7737bcff62b6799705a969662f19 (patch) | |
tree | 826ec6cbd7d1b086a6bacea9ec2973a3fe4c9bfc /japanese/perl5 | |
parent | 099947a33409bdc90001feb95dc8bd60e46013fd (diff) | |
download | freebsd-ports-gnome-bc038c73eb0c7737bcff62b6799705a969662f19.tar.gz freebsd-ports-gnome-bc038c73eb0c7737bcff62b6799705a969662f19.tar.zst freebsd-ports-gnome-bc038c73eb0c7737bcff62b6799705a969662f19.zip |
Fix compile problem on 4.0-current.
Add --dynamic to /usr/bin/nm option.
Submitted by: Motoyuki Konno <motoyuki@bsdclub.org>
Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/8483
Diffstat (limited to 'japanese/perl5')
-rw-r--r-- | japanese/perl5/files/patch-aa | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/japanese/perl5/files/patch-aa b/japanese/perl5/files/patch-aa index c2c792b46499..75362d5e9a0e 100644 --- a/japanese/perl5/files/patch-aa +++ b/japanese/perl5/files/patch-aa @@ -1,6 +1,6 @@ ---- Configure.orig Mon Sep 7 18:49:05 1998 -+++ Configure Mon Sep 7 18:56:33 1998 -@@ -306,7 +306,7 @@ +--- Configure.orig Wed Jan 5 17:48:45 2000 ++++ Configure Wed Jan 5 18:40:50 2000 +@@ -280,7 +280,7 @@ ldflags='' lkflags='' locincpth='' @@ -9,7 +9,16 @@ cf_email='' cf_by='' cf_time='' -@@ -862,7 +864,7 @@ +@@ -710,7 +710,7 @@ + trnl='' + uidtype='' + nm_opt='' +-nm_so_opt='' ++nm_so_opt='--dynamic' + runnm='' + usenm='' + useperlio='' +@@ -858,7 +858,7 @@ : If anyone needs -lnet, put it in a hint file. libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl' libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" |