mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- fix build with custom LOCALBASE
- no need to add --prefix= to CONFIGURE_ARGS, it's done by b.p.m because GNU_CONFIGURE=yes Submitted by: Sahil Tandon Reported by: QATty Approved by: portmgr (itetcu@)
This commit is contained in:
parent
cca6c82781
commit
6e36a84944
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235660
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ COMMENT= An IRC proxy/bouncer daemon
|
|||
LIB_DEPENDS= cares.1:${PORTSDIR}/dns/c-ares
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${LOCALBASE}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
OPTIONS= SSL "Enable SSL support" on \
|
||||
IPV6 "Enable IPv6 support" on \
|
||||
|
|
Loading…
Add table
Reference in a new issue