diff options
Diffstat (limited to 'wm/afterstep/patches/patch-aj')
-rw-r--r-- | wm/afterstep/patches/patch-aj | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/wm/afterstep/patches/patch-aj b/wm/afterstep/patches/patch-aj new file mode 100644 index 00000000000..1635d8e9178 --- /dev/null +++ b/wm/afterstep/patches/patch-aj @@ -0,0 +1,18 @@ +$NetBSD: patch-aj,v 1.1.1.1 2000/12/12 02:03:46 wiz Exp $ + +--- lib/Makefile.in.orig Mon Aug 23 16:37:48 1999 ++++ lib/Makefile.in Fri Aug 27 22:25:21 1999 +@@ -11,11 +11,9 @@ + + OBJSDLL = $(OBJS) + +-PROG = libafterstep.a +-DYNPROG = libafterstep.so +-LIBVER = 1.5 ++PROG = libafterstep.la + LIBVERMAJOR = 1 +-#INSTALLONBUILD = install ++LIBVERMINOR = 5 + + @MAKEFILECOMMONLIB@ + |