aboutsummaryrefslogtreecommitdiff
path: root/misc/linm
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-07-14 16:16:30 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-07-14 16:16:30 +0000
commit9f4adb5f8285845006f04f2e343713208d4577ff (patch)
tree2352c54ea1fa0d1b74677b34ca92bf86e565dbce /misc/linm
parent47ab36ae4316c7f7fabf5ad6720bf62482ef6d58 (diff)
downloadports-9f4adb5f8285845006f04f2e343713208d4577ff.tar.gz
ports-9f4adb5f8285845006f04f2e343713208d4577ff.zip
- Fix a couple of "extra qualification" gcc4 issues
Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=195583
Diffstat (limited to 'misc/linm')
-rw-r--r--misc/linm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/linm/Makefile b/misc/linm/Makefile
index 6e0a179ab0a8..0708daa8bee6 100644
--- a/misc/linm/Makefile
+++ b/misc/linm/Makefile
@@ -40,6 +40,10 @@ CONFIGURE_ARGS+= --enable-cfgpath="${PREFIX}/etc/linm" --enable-kolocalepath="${
LINM_VER= 0.7.7
WRKSRC= ${WRKDIR}/linm-${LINM_VER}
+post-patch:
+ @${REINPLACE_CMD} -e 's|Panel::SetCur|SetCur|' ${WRKSRC}/panel/common/panel.h
+ @${REINPLACE_CMD} -e 's|Position::Show|Show|' ${WRKSRC}/src/ncurses/dialog.h
+
post-install:
.if !defined (NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/linm