From 09deff220fdf8fd85afcdf9f2e853d6a9f9fcaa4 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 7 Mar 2011 20:49:32 +0000 Subject: [PATCH] - fix build with lang/gcc45 PR: 155334 Submitted by: Ron MacNeil --- print/cups-base/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 88e47d3f77d8..cb58391ea1da 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -213,6 +213,9 @@ LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb .else CONFIGURE_ARGS+= --disable-libusb .endif +.if ${OSVERSION} >= 800000 +CONFIGURE_ARGS+= LIBS="-lssp_nonshared" +.endif .if defined(CUPS_CLIENT) MAN1= cups-config.1