diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-26 09:51:17 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-26 09:51:17 +0000 |
commit | 73dee6fbcbdf003149495996b2c7a8cce69bf670 (patch) | |
tree | eed17abeac4095e43bb5703a20324202d8cb838e | |
parent | 02c43b8d40ea3eaf3fbb292dcf1f869baa6459ed (diff) | |
download | FreeBSD-ports-73dee6fbcbdf003149495996b2c7a8cce69bf670.zip FreeBSD-ports-73dee6fbcbdf003149495996b2c7a8cce69bf670.tar.gz |
Use USE_LIBTOOL.
-rw-r--r-- | devel/libglade2/Makefile | 2 | ||||
-rw-r--r-- | devel/libglade2/files/patch-ltmain.sh | 45 |
2 files changed, 1 insertions, 46 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index e2ba59b..efbd993 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_PYTHON= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/libglade2/files/patch-ltmain.sh b/devel/libglade2/files/patch-ltmain.sh deleted file mode 100644 index 91713d2..0000000 --- a/devel/libglade2/files/patch-ltmain.sh +++ /dev/null @@ -1,45 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh.orig Wed Jan 23 11:38:40 2002 -+++ ltmain.sh Sun Feb 3 01:44:17 2002 -@@ -1037,8 +1037,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 - ;; - -@@ -2412,6 +2420,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4179,10 +4190,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" |