diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-17 11:25:28 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-17 11:25:28 +0800 |
commit | 45eb914801bd891c45d7db8c3311573490d007b7 (patch) | |
tree | 5b3f97f4cdcfa76cf482365c39c430ff9d9fcd8b /x11-toolkits/p5-qt/files | |
parent | b594e540c100cf52a4af6d8b5b18759ee90b5742 (diff) | |
download | freebsd-ports-gnome-45eb914801bd891c45d7db8c3311573490d007b7.tar.gz freebsd-ports-gnome-45eb914801bd891c45d7db8c3311573490d007b7.tar.zst freebsd-ports-gnome-45eb914801bd891c45d7db8c3311573490d007b7.zip |
add p5-qt 3.008
A set of Perl bindings for the Qt toolkit
Diffstat (limited to 'x11-toolkits/p5-qt/files')
-rw-r--r-- | x11-toolkits/p5-qt/files/patch-ltmain.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-toolkits/p5-qt/files/patch-ltmain.sh b/x11-toolkits/p5-qt/files/patch-ltmain.sh new file mode 100644 index 000000000000..fafd763de12c --- /dev/null +++ b/x11-toolkits/p5-qt/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- admin/ltmain.sh.orig Wed Mar 17 11:03:30 2004 ++++ admin/ltmain.sh Wed Mar 17 11:03:42 2004 +@@ -4754,10 +4754,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" |