aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-qt/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-03-17 03:25:28 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-03-17 03:25:28 +0000
commit030759dfc9aba41e54eb8cea172edf51af71d7f7 (patch)
tree769a30c15b38c5eb40d1e652c6dfca68d687018b /x11-toolkits/p5-qt/files
parentb8e2ef934c30dd506b9b7357a2a6d4e1a27b0597 (diff)
add p5-qt 3.008
A set of Perl bindings for the Qt toolkit
Notes
Notes: svn path=/head/; revision=104244
Diffstat (limited to 'x11-toolkits/p5-qt/files')
-rw-r--r--x11-toolkits/p5-qt/files/patch-ltmain.sh15
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"