freebsd-ports/graphics/libgphoto2/files/patch-libgphoto2_port::ltmain.sh
Ying-Chieh Liao 777e3e2d77 add libgphoto2 2.1.1
A universal digital camera picture control tool

PR:		46596
Submitted by:	Ports Fury
2003-01-03 20:27:22 +00:00

23 lines
640 B
Bash

--- libgphoto2_port/ltmain.sh.orig Tue Jun 25 21:56:37 2002
+++ libgphoto2_port/ltmain.sh Tue Jul 2 02:34:54 2002
@@ -967,6 +967,7 @@
;;
-avoid-version)
+ build_old_libs=no
avoid_version=yes
continue
;;
@@ -4273,10 +4274,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"