patch-cups-config_in 460 B

12345678910111213141516
  1. $OpenBSD: patch-cups-config_in,v 1.4 2016/09/19 09:16:51 ajacoutot Exp $
  2. https://www.cups.org/str.php?L4294
  3. --- cups-config.in.orig Wed Sep 14 01:39:47 2016
  4. +++ cups-config.in Sat Sep 17 15:26:03 2016
  5. @@ -103,7 +103,7 @@ while test $# -gt 0; do
  6. ;;
  7. --libs)
  8. if test $static = no; then
  9. - libs="@EXTLINKCUPS@ $LIBS";
  10. + libs="@EXTLINKCUPS@";
  11. if test $image = yes; then
  12. libs="@EXTLINKCUPSIMAGE@ $libs"
  13. fi