diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-05-24 14:28:56 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-08-02 08:52:41 +0200 |
commit | 164638c4e9f6ca8b52e9515948ce6e9da0feb5ea (patch) | |
tree | d17e9e394e6444dd178d282e89def7360596e91f /Makefile.bsd-wrapper | |
parent | 86fda75c1af915b1d8b5e33008f2400321254dcc (diff) |
bump shared lib version because some symbols were chanded to static.
Diffstat (limited to 'Makefile.bsd-wrapper')
-rw-r--r-- | Makefile.bsd-wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper index 0818050..813ef98 100644 --- a/Makefile.bsd-wrapper +++ b/Makefile.bsd-wrapper @@ -1,6 +1,6 @@ # $OpenBSD: Makefile.bsd-wrapper,v 1.6 2007/09/08 16:24:20 matthieu Exp $ -SHARED_LIBS= Xfont 7.0 +SHARED_LIBS= Xfont 8.0 .if ${MACHINE} == landisk || ${MACHINE} == vax CONFIGURE_ARGS+= --disable-loadable-font-modules |