diff options
Diffstat (limited to 'net-print/hplip/files/hplip-3.12.2-minimal.patch')
-rw-r--r-- | net-print/hplip/files/hplip-3.12.2-minimal.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-print/hplip/files/hplip-3.12.2-minimal.patch b/net-print/hplip/files/hplip-3.12.2-minimal.patch deleted file mode 100644 index a33b7286fcde..000000000000 --- a/net-print/hplip/files/hplip-3.12.2-minimal.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- configure.in 2012-02-01 12:56:29.000000000 +0100 -+++ configure.in 2012-02-13 20:06:15.570726513 +0100 -@@ -472,7 +472,7 @@ - - # Check conditional packages. - --if test "$hpijs_only_build" = "no" && test "$network_build" = "yes"; then -+if test "$hpijs_only_build" = "no" && test "$network_build" = "yes" && test "$hpcups_only_build" = "no"; then - # AC_CHECK_LIB([crypto], [CRYPTO_free], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find net-snmp support (or --disable-network-build)], 4)]) - # AC_CHECK_LIB([netsnmp], [snmp_timeout], [LIBS="$LIBS" AC_DEFINE([HAVE_LIBNETSNMP])], [AC_MSG_ERROR([cannot find net-snmp support (or --disable-network-build)], 4)]) - # AC_CHECK_HEADERS(net-snmp/net-snmp-config.h,, [AC_MSG_ERROR([cannot find net-snmp-devel support (or --disable-network-build)], 5)]) -@@ -489,11 +489,11 @@ - fi - fi - --if test "$hpijs_only_build" = "no" && test "$pp_build" = "yes"; then -+if test "$hpijs_only_build" = "no" && test "$pp_build" = "yes" && test "$hpcups_only_build" = "no"; then - AC_CHECK_HEADERS(linux/ppdev.h, ,[AC_MSG_ERROR([cannot find ppdev-devel support (or --disable-pp-build)], 8)]) - fi - --if test "$hpijs_only_build" = "no"; then -+if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then - AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libcups support], 9)]) - AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel support], 3)]) - AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot find libusb support], 2)]) |