- Unbreak Makefile on 6.X
Reported by: portsnap
This commit is contained in:
parent
321cbb98a0
commit
0e1fc97beb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265453
1 changed files with 0 additions and 2 deletions
|
@ -143,10 +143,8 @@ post-configure:
|
||||||
${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
|
${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
|
||||||
.endif
|
.endif
|
||||||
@echo "DOT_FONTPATH = ${LOCALBASE}/lib/X11/fonts/freefont-ttf" >> ${WRKSRC}/Doxyfile
|
@echo "DOT_FONTPATH = ${LOCALBASE}/lib/X11/fonts/freefont-ttf" >> ${WRKSRC}/Doxyfile
|
||||||
|
|
||||||
.if ${OSVERSION} < 700000
|
.if ${OSVERSION} < 700000
|
||||||
# on FreeBSD 6.x, <sys/mount.h> first requires <sys/param.h> (for NGROUPS)
|
# on FreeBSD 6.x, <sys/mount.h> first requires <sys/param.h> (for NGROUPS)
|
||||||
post-configure::
|
|
||||||
@${REINPLACE_CMD} -e "s:/\* #undef HAVE_SYS_MOUNT_H \*/:#define HAVE_SYS_MOUNT_H 1:" \
|
@${REINPLACE_CMD} -e "s:/\* #undef HAVE_SYS_MOUNT_H \*/:#define HAVE_SYS_MOUNT_H 1:" \
|
||||||
${WRKSRC}/config.h
|
${WRKSRC}/config.h
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Reference in a new issue