aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libqrencode/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2006-12-14 10:53:29 +0800
committerijliao <ijliao@FreeBSD.org>2006-12-14 10:53:29 +0800
commit9a79f1438639374b1a4b47d3d1151cb535319ef4 (patch)
tree11260c3eec91c4f0ae56c7712c22a16f9d26192e /graphics/libqrencode/files
parentb1f5c38cd372c7d3cf995eea984d3878a07ecf26 (diff)
downloadfreebsd-ports-gnome-9a79f1438639374b1a4b47d3d1151cb535319ef4.tar.gz
freebsd-ports-gnome-9a79f1438639374b1a4b47d3d1151cb535319ef4.tar.zst
freebsd-ports-gnome-9a79f1438639374b1a4b47d3d1151cb535319ef4.zip
add libqrencode 1.0.0
A C library for encoding data in a QR Code symbol
Diffstat (limited to 'graphics/libqrencode/files')
-rw-r--r--graphics/libqrencode/files/patch-use-ltmain.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/libqrencode/files/patch-use-ltmain.sh b/graphics/libqrencode/files/patch-use-ltmain.sh
new file mode 100644
index 000000000000..2b9ddcece519
--- /dev/null
+++ b/graphics/libqrencode/files/patch-use-ltmain.sh
@@ -0,0 +1,15 @@
+--- use/ltmain.sh.orig Thu Dec 14 10:47:37 2006
++++ use/ltmain.sh Thu Dec 14 10:47:48 2006
+@@ -6003,10 +6003,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"