diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-13 17:23:59 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-13 17:23:59 +0800 |
commit | f65146c73255116836f25f72d1a7282b75a232a6 (patch) | |
tree | 38ea5bb88b93d71b20708d76527d9b12a659099c /devel/gettext/files/patch-config_ltmain.sh | |
parent | 45f4b0bcc2b52d585122608b593dd258e9518960 (diff) | |
download | marcuscom-ports-f65146c73255116836f25f72d1a7282b75a232a6.tar marcuscom-ports-f65146c73255116836f25f72d1a7282b75a232a6.tar.gz marcuscom-ports-f65146c73255116836f25f72d1a7282b75a232a6.tar.bz2 marcuscom-ports-f65146c73255116836f25f72d1a7282b75a232a6.tar.lz marcuscom-ports-f65146c73255116836f25f72d1a7282b75a232a6.tar.xz marcuscom-ports-f65146c73255116836f25f72d1a7282b75a232a6.tar.zst marcuscom-ports-f65146c73255116836f25f72d1a7282b75a232a6.zip |
- Use LIBTOOLFILES and USE_LIBTOOL_VER=15 instead gnu configure and
patch-config_ltmain.sh.
- No need to hack for BUILDCSHARP=no, --disable-csharp works perfect.
BTW: I haven't test this with mono stuff yet, I need to sleep and I hope this
change is fine with one of you.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3248 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gettext/files/patch-config_ltmain.sh')
-rw-r--r-- | devel/gettext/files/patch-config_ltmain.sh | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/devel/gettext/files/patch-config_ltmain.sh b/devel/gettext/files/patch-config_ltmain.sh deleted file mode 100644 index c3dcb4723..000000000 --- a/devel/gettext/files/patch-config_ltmain.sh +++ /dev/null @@ -1,53 +0,0 @@ -$FreeBSD: ports/devel/gettext/files/patch-config_ltmain.sh,v 1.2 2004/01/23 18:12:16 trevor Exp $ - ---- config/ltmain.sh.orig Tue Apr 15 19:22:56 2003 -+++ config/ltmain.sh Wed Jun 11 14:15:07 2003 -@@ -1279,7 +1279,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1289,8 +1289,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -3001,6 +3009,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5429,10 +5440,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |