diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-05 18:59:30 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-05 18:59:30 +0000 |
commit | d74326a7a558e3b7fc3a296ffb3f2f429db772b6 (patch) | |
tree | 62fd36cdde38254610fe4017aab512ac815e4f5e /devel/libol | |
parent | 959e6a2b59e90b2a59329716e064c00b5165e86f (diff) | |
download | ports-d74326a7a558e3b7fc3a296ffb3f2f429db772b6.tar.gz ports-d74326a7a558e3b7fc3a296ffb3f2f429db772b6.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
Notes
Notes:
svn path=/head/; revision=130421
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> |