diff options
author | rafan <rafan@FreeBSD.org> | 2007-09-07 15:33:12 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-09-07 15:33:12 +0800 |
commit | cc01d9593b39bc5f4c562483b0df20140ecfd517 (patch) | |
tree | d0d5789cf05dd126effb774f21d035a2d2fadd3b /graphics | |
parent | d93ec1e51f508d0620896ba2e0f2038bfaf3feb9 (diff) | |
download | freebsd-ports-gnome-cc01d9593b39bc5f4c562483b0df20140ecfd517.tar.gz freebsd-ports-gnome-cc01d9593b39bc5f4c562483b0df20140ecfd517.tar.zst freebsd-ports-gnome-cc01d9593b39bc5f4c562483b0df20140ecfd517.zip |
- Add missing file for 1.3.0 update
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/lib3ds/files/patch-ltmain.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/lib3ds/files/patch-ltmain.sh b/graphics/lib3ds/files/patch-ltmain.sh new file mode 100644 index 000000000000..ead0b9d60ecd --- /dev/null +++ b/graphics/lib3ds/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Thu Aug 23 10:23:45 2007 ++++ ltmain.sh Thu Aug 23 10:23:58 2007 +@@ -6038,10 +6038,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" |