--- Makefile.old 2011-03-06 20:43:00.000000000 -0800 +++ Makefile 2011-03-06 21:43:43.000000000 -0800 @@ -214,6 +214,10 @@ CONFIGURE_ARGS+= --disable-libusb .endif +.if ${OSVERSION} >= 800000 +CONFIGURE_ARGS+= LIBS="-lssp_nonshared" +.endif + .if defined(CUPS_CLIENT) MAN1= cups-config.1 .elif defined(CUPS_IMAGE)