aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-11-30 14:43:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-11-30 14:43:45 +0000
commit0e1fc97beb1018e473785f02ca2db23d29356fab (patch)
tree69c618a48a6673dd7174401b4ee13b0945a0a1cf /archivers
parent321cbb98a01beaab8df75e5aa638993a19b32d60 (diff)
downloadports-0e1fc97beb1018e473785f02ca2db23d29356fab.tar.gz
ports-0e1fc97beb1018e473785f02ca2db23d29356fab.zip
- Unbreak Makefile on 6.X
Reported by: portsnap
Notes
Notes: svn path=/head/; revision=265453
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rpm5/Makefile2
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