diff options
Diffstat (limited to 'wm/afterstep1/patches/patch-aj')
-rw-r--r-- | wm/afterstep1/patches/patch-aj | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/wm/afterstep1/patches/patch-aj b/wm/afterstep1/patches/patch-aj new file mode 100644 index 00000000000..417064c131e --- /dev/null +++ b/wm/afterstep1/patches/patch-aj @@ -0,0 +1,18 @@ +$NetBSD: patch-aj,v 1.1.1.1 2005/01/14 13:36:36 jmmv 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@ + |