diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-25 03:06:31 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-25 03:06:31 +0800 |
commit | 5dd4501a81e87751a88812d5b7321e2d192d029f (patch) | |
tree | 0f884c6fe1c9c1ec7a09c417a92b9fc8f6a34999 /lang | |
parent | 82363e6a4846954acf8b9eb31ccfe0931c0ff25d (diff) | |
download | freebsd-ports-gnome-5dd4501a81e87751a88812d5b7321e2d192d029f.tar.gz freebsd-ports-gnome-5dd4501a81e87751a88812d5b7321e2d192d029f.tar.zst freebsd-ports-gnome-5dd4501a81e87751a88812d5b7321e2d192d029f.zip |
Don't explicitly link libc in. This is more a style change than the functional
one, therefore don't bump PORTREVISION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/librep/files/patch-aa | 18 | ||||
-rw-r--r-- | lang/librep2/files/patch-aa | 18 |
2 files changed, 30 insertions, 6 deletions
diff --git a/lang/librep/files/patch-aa b/lang/librep/files/patch-aa index 201933294b35..997a2290722a 100644 --- a/lang/librep/files/patch-aa +++ b/lang/librep/files/patch-aa @@ -1,6 +1,18 @@ ---- configure.orig Thu Apr 13 09:53:31 2000 -+++ configure Mon Apr 17 20:09:51 2000 -@@ -2422,7 +2422,7 @@ + +$FreeBSD$ + +--- configure.orig Mon Oct 29 06:19:47 2001 ++++ configure Thu Jan 24 17:54:12 2002 +@@ -4659,7 +4659,7 @@ + ;; + esac + fi +-need_lc=${lt_cv_archive_cmds_need_lc-yes} ++need_lc=no + + # The second clause should only fire when bootstrapping the + # libtool distribution, otherwise you forgot to ship ltmain.sh +@@ -6136,7 +6136,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 diff --git a/lang/librep2/files/patch-aa b/lang/librep2/files/patch-aa index 201933294b35..997a2290722a 100644 --- a/lang/librep2/files/patch-aa +++ b/lang/librep2/files/patch-aa @@ -1,6 +1,18 @@ ---- configure.orig Thu Apr 13 09:53:31 2000 -+++ configure Mon Apr 17 20:09:51 2000 -@@ -2422,7 +2422,7 @@ + +$FreeBSD$ + +--- configure.orig Mon Oct 29 06:19:47 2001 ++++ configure Thu Jan 24 17:54:12 2002 +@@ -4659,7 +4659,7 @@ + ;; + esac + fi +-need_lc=${lt_cv_archive_cmds_need_lc-yes} ++need_lc=no + + # The second clause should only fire when bootstrapping the + # libtool distribution, otherwise you forgot to ship ltmain.sh +@@ -6136,7 +6136,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 |