- fix build with lang/gcc45
PR: 155334 Submitted by: Ron MacNeil
This commit is contained in:
parent
979cff51ce
commit
09deff220f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270468
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue