diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-02-09 18:08:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-02-09 18:08:50 +0000 |
commit | 7ce418f426ec9cb5195a71400a74fc543f5c012f (patch) | |
tree | 064109fadff8667cdfa1813f2d0501766a8c6067 /lib/libXaw/Makefile.bsd-wrapper | |
parent | 3fc742cb356bd3ec47b1e10e35182d1152b5825f (diff) |
Stop linking libXaw7.so.<n-1> to libXaw.so.7.<n-1>
Bump majors (needed but forgotten after previous libX11 bump).
After discussion with kettenis@
Diffstat (limited to 'lib/libXaw/Makefile.bsd-wrapper')
-rw-r--r-- | lib/libXaw/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libXaw/Makefile.bsd-wrapper b/lib/libXaw/Makefile.bsd-wrapper index 8a51d2b55..c19a2d570 100644 --- a/lib/libXaw/Makefile.bsd-wrapper +++ b/lib/libXaw/Makefile.bsd-wrapper @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2007/04/09 11:13:14 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2008/02/09 18:08:49 matthieu Exp $ -SHARED_LIBS= Xaw7 11.0 Xaw8 12.0 +SHARED_LIBS= Xaw7 12.0 Xaw8 13.0 -CONFIGURE_ARGS= --disable-xaw6 --enable-xaw8 +CONFIGURE_ARGS= --disable-xaw6 --disable-xaw7-symlink --enable-xaw8 afterinstall: -rm -f $(DESTDIR)$(LIBDIR)/libXaw.a |