diff options
author | novel <novel@FreeBSD.org> | 2005-07-12 01:53:30 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-12 01:53:30 +0800 |
commit | 26ad3cfa0d926e2b8ae16436cb5c183da8bf7b48 (patch) | |
tree | d9a4fdd67e412891f4e1e5ca57aeede52acc4e82 /devel | |
parent | 1ac32fe1d9946e05955f0dd7030cd32dd7da2e35 (diff) | |
download | freebsd-ports-gnome-26ad3cfa0d926e2b8ae16436cb5c183da8bf7b48.tar.gz freebsd-ports-gnome-26ad3cfa0d926e2b8ae16436cb5c183da8bf7b48.tar.zst freebsd-ports-gnome-26ad3cfa0d926e2b8ae16436cb5c183da8bf7b48.zip |
Set USE_LIBTOOL_VER to 13 to fix build on 4.x.
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Reported by: pointyhat via kris
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libol/Makefile b/devel/libol/Makefile index e3138f8ccc12..d7f687733610 100644 --- a/devel/libol/Makefile +++ b/devel/libol/Makefile @@ -14,7 +14,7 @@ MAINTAINER= vince@blue-box.net COMMENT= Library needed by syslog-ng GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes USE_GCC= 3.3+ |