aboutsummaryrefslogtreecommitdiff
path: root/editors/beav
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-06-12 22:02:10 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-06-12 22:02:10 +0000
commitd8925574ce9b6ddde235851100a154e38ae9eb74 (patch)
treee8f1b1ad0e829b82e7f261088ce2da09482fc3df /editors/beav
parent8507aff81cc90b957dc9c334b9778d457ef497c8 (diff)
downloadports-d8925574ce9b6ddde235851100a154e38ae9eb74.tar.gz
ports-d8925574ce9b6ddde235851100a154e38ae9eb74.zip
Fix build with gcc34 (conflicting types)
Notes
Notes: svn path=/head/; revision=111359
Diffstat (limited to 'editors/beav')
-rw-r--r--editors/beav/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile
index 28760701f8e1..a587622525c5 100644
--- a/editors/beav/Makefile
+++ b/editors/beav/Makefile
@@ -22,7 +22,7 @@ ALL_TARGET= beav
MAN1= beav.1
post-patch:
- @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=-DUNIX -DBSD #|g ; \
+ @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=-DUNIX -DBSD -DNOPROTO#|g ; \
s|^CC=|CC?=|g ; \
s|^(|\$$(|g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|/usr/doc/beav|${DOCSDIR}|g' ${WRKSRC}/beav.1