summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-08 22:51:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-08 22:51:20 +0000
commitcecd68faa97c0f31a0ec434fb95aedec88f4cf77 (patch)
treec9d71179447cd00fb1518543cf502c7241cb6add /sysutils
parentdotconf++ is a dotconf like configuration file parser written in C++. (diff)
- Stop forcing -O, the problem was fixed
PR: ports/83147 Submitted by: Kevin Oberman <oberman@es.net> (maintainer)
Notes
Notes: svn path=/head/; revision=138740
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/most/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile
index ec5e45bd3be1..f2313afc63ea 100644
--- a/sysutils/most/Makefile
+++ b/sysutils/most/Makefile
@@ -21,6 +21,5 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-mmap
MAN1= most.1
-CFLAGS+= -O
.include <bsd.port.mk>