diff options
author | sem <sem@FreeBSD.org> | 2005-03-06 02:59:30 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-03-06 02:59:30 +0800 |
commit | f96212877f224c34bcd31298313e6630ef7595e5 (patch) | |
tree | db596086bbb5ae89a2e177f43f155e1d9c42a2dc /devel/libol | |
parent | 85b70f163811cef70e9750b6466fa04df6b8425d (diff) | |
download | freebsd-ports-gnome-f96212877f224c34bcd31298313e6630ef7595e5.tar.gz freebsd-ports-gnome-f96212877f224c34bcd31298313e6630ef7595e5.tar.zst freebsd-ports-gnome-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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libol/Makefile b/devel/libol/Makefile index c5888ed0e063..9552abc0a907 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> |