aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/xmms-alarm/files
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-08-12 23:15:57 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-08-12 23:15:57 +0000
commitf36b7332528aace190784c43a18041114374ae52 (patch)
tree60ab1f78ff371cfd9e0747b3b73c4a63d53a8684 /x11-clocks/xmms-alarm/files
parentf3fb820123d0b68bfbd22ae176606a38c9bc560a (diff)
downloadports-f36b7332528aace190784c43a18041114374ae52.tar.gz
ports-f36b7332528aace190784c43a18041114374ae52.zip
Update to 0.3.2.
PR: 41586 Submitted by: Christian Brueffer <chris@unixpages.org>
Notes
Notes: svn path=/head/; revision=64456
Diffstat (limited to 'x11-clocks/xmms-alarm/files')
-rw-r--r--x11-clocks/xmms-alarm/files/patch-ltmain.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-clocks/xmms-alarm/files/patch-ltmain.sh b/x11-clocks/xmms-alarm/files/patch-ltmain.sh
new file mode 100644
index 000000000000..2bd069f202d7
--- /dev/null
+++ b/x11-clocks/xmms-alarm/files/patch-ltmain.sh
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- ltmain.sh.orig Tue Aug 13 01:08:36 2002
++++ ltmain.sh Tue Aug 13 01:08:53 2002
+@@ -4247,10 +4247,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"