diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-04 01:39:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-04 01:39:22 +0800 |
commit | c0221c77981fcc9b1e2820ec0015d88262bbdcb3 (patch) | |
tree | cd3c78d3cb280bb93bc0e8f86636b0cccbdfec81 /x11-toolkits/py-gnome2/files | |
parent | 70ed64e8ce72d6f6d64151f85f3ddac45eac66f8 (diff) | |
download | freebsd-ports-gnome-c0221c77981fcc9b1e2820ec0015d88262bbdcb3.tar.gz freebsd-ports-gnome-c0221c77981fcc9b1e2820ec0015d88262bbdcb3.tar.zst freebsd-ports-gnome-c0221c77981fcc9b1e2820ec0015d88262bbdcb3.zip |
Update to 1.4.1.
Diffstat (limited to 'x11-toolkits/py-gnome2/files')
-rw-r--r-- | x11-toolkits/py-gnome2/files/patch-ltmain.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome2/files/patch-ltmain.sh b/x11-toolkits/py-gnome2/files/patch-ltmain.sh new file mode 100644 index 000000000000..828513874fec --- /dev/null +++ b/x11-toolkits/py-gnome2/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/07/03 13:03:22 1.1 ++++ ltmain.sh 2001/07/03 13:03:38 +@@ -4136,10 +4136,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if 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" |