diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-03-08 04:49:32 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-03-08 04:49:32 +0800 |
commit | 23abf724b5585979436bc2cb969c68ddd28f290b (patch) | |
tree | 426f4a8a2aec39aa02d409e58f436a55ef4e5b7c /print/cups-base | |
parent | 414ac573d4a9ed10ab73d99b557f770bf46ee85d (diff) | |
download | freebsd-ports-gnome-23abf724b5585979436bc2cb969c68ddd28f290b.tar.gz freebsd-ports-gnome-23abf724b5585979436bc2cb969c68ddd28f290b.tar.zst freebsd-ports-gnome-23abf724b5585979436bc2cb969c68ddd28f290b.zip |
- fix build with lang/gcc45
PR: 155334
Submitted by: Ron MacNeil
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |