aboutsummaryrefslogtreecommitdiff
path: root/graphics/lib3ds
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-09-07 07:33:12 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-09-07 07:33:12 +0000
commit9ec4e33ebcdf915799466d7659da064fa701ca30 (patch)
treefbaa184b8354b43bc2b2d1a7481b4713e6cdbd87 /graphics/lib3ds
parentbabeae3b4655917f9e8488b7cc904e59f598b182 (diff)
downloadports-9ec4e33ebcdf915799466d7659da064fa701ca30.tar.gz
ports-9ec4e33ebcdf915799466d7659da064fa701ca30.zip
- Add missing file for 1.3.0 update
Notes
Notes: svn path=/head/; revision=199003
Diffstat (limited to 'graphics/lib3ds')
-rw-r--r--graphics/lib3ds/files/patch-ltmain.sh15
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"