diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-12-05 00:48:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-12-05 00:48:27 +0000 |
commit | 94aa20faaf0908b279a4df29bce1cbb623096cfa (patch) | |
tree | ebdd1dcd55d711442035dc4ca865805e1209f55e /devel/commoncpp/files/patch-config:ltmain.sh | |
parent | Add libcheck 0.8.4, a unit test framework for C. (diff) |
upgrade to 1.0.13
Notes
Notes:
svn path=/head/; revision=95087
Diffstat (limited to 'devel/commoncpp/files/patch-config:ltmain.sh')
-rw-r--r-- | devel/commoncpp/files/patch-config:ltmain.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/commoncpp/files/patch-config:ltmain.sh b/devel/commoncpp/files/patch-config:ltmain.sh new file mode 100644 index 000000000000..f9d89d69df3a --- /dev/null +++ b/devel/commoncpp/files/patch-config:ltmain.sh @@ -0,0 +1,15 @@ +--- config/ltmain.sh.orig Tue Dec 2 09:24:40 2003 ++++ config/ltmain.sh Tue Dec 2 09:24:52 2003 +@@ -5428,10 +5428,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" |