mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix build in -current
This commit is contained in:
parent
163138ea7d
commit
03814734e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74468
@ -24,6 +24,12 @@ CONFIGURE_ARGS= --with-cgi-bin-dir=${PREFIX}/share/apache/cgi-bin \
|
||||
--with-config-dir=${PREFIX}/etc/htdig \
|
||||
--with-default-config-file=${PREFIX}/etc/htdig/htdig.conf
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500037
|
||||
CONFIGURE_ENV+= CXXFLAGS=-Wno-deprecated CPPFLAGS=-Wno-deprecated
|
||||
.endif
|
||||
|
||||
BUILD_TARGET= depends all
|
||||
|
||||
post-patch:
|
||||
@ -43,4 +49,4 @@ post-patch:
|
||||
post-install:
|
||||
@ ${MV} ${PREFIX}/etc/htdig/htdig.conf ${PREFIX}/etc/htdig/htdig.conf.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user