diff options
-rw-r--r-- | archivers/rpm5/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index 6898440fa509..d6d386e54324 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -143,10 +143,8 @@ post-configure: ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile .endif @echo "DOT_FONTPATH = ${LOCALBASE}/lib/X11/fonts/freefont-ttf" >> ${WRKSRC}/Doxyfile - .if ${OSVERSION} < 700000 # 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:" \ ${WRKSRC}/config.h .endif |