openbsd-ports/graphics/libgphoto2/patches/patch-gphoto2-config_in

13 lines
363 B
Plaintext
Raw Normal View History

$OpenBSD: patch-gphoto2-config_in,v 1.1.1.1 2003/04/09 23:55:01 espie Exp $
--- gphoto2-config.in.orig Thu Feb 27 10:37:30 2003
+++ gphoto2-config.in Thu Feb 27 10:37:39 2003
@@ -59,7 +59,7 @@ while test $# -gt 0; do
;;
--libs)
- echo "-L@libdir@" -lgphoto2 -lm
+ echo "-L@libdir@" -lgphoto2 -lm -lgphoto2_port
;;
*)