aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libol
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-03-06 02:59:30 +0800
committersem <sem@FreeBSD.org>2005-03-06 02:59:30 +0800
commitf96212877f224c34bcd31298313e6630ef7595e5 (patch)
treedb596086bbb5ae89a2e177f43f155e1d9c42a2dc /devel/libol
parent85b70f163811cef70e9750b6466fa04df6b8425d (diff)
downloadfreebsd-ports-graphics-f96212877f224c34bcd31298313e6630ef7595e5.tar.gz
freebsd-ports-graphics-f96212877f224c34bcd31298313e6630ef7595e5.tar.zst
freebsd-ports-graphics-f96212877f224c34bcd31298313e6630ef7595e5.zip
- Add USE_GCC=3.3+. It fixes core dumps on 4.x.
- Add /var/run/logpriv as an log source in syslog-ng.conf.sample. Submitted by: glebius
Diffstat (limited to 'devel/libol')
-rw-r--r--devel/libol/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libol/Makefile b/devel/libol/Makefile
index c5888ed0e06..9552abc0a90 100644
--- a/devel/libol/Makefile
+++ b/devel/libol/Makefile
@@ -16,5 +16,6 @@ COMMENT= Library needed by syslog-ng
GNU_CONFIGURE= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
+USE_GCC= 3.3+
.include <bsd.port.mk>