diff options
Diffstat (limited to 'wm/afterstep/patches/patch-ab')
-rw-r--r-- | wm/afterstep/patches/patch-ab | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/wm/afterstep/patches/patch-ab b/wm/afterstep/patches/patch-ab new file mode 100644 index 00000000000..d984a8e7dd8 --- /dev/null +++ b/wm/afterstep/patches/patch-ab @@ -0,0 +1,18 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/12/12 02:03:46 wiz Exp $ + +--- asimagelib/Makefile.in.orig Tue Jul 27 10:38:01 1999 ++++ asimagelib/Makefile.in Sun Aug 22 11:43:11 1999 +@@ -7,11 +7,9 @@ + pixmap.o balloon.o background.o + OBJSDLL = $(OBJS) + +-PROG = libasimage.a +-DYNPROG = libasimage.so +-LIBVER = 1.9 ++PROG = libasimage.la + LIBVERMAJOR = 1 +-#INSTALLONBUILD = install ++LIBVERMINOR = 9 + + @MAKEFILECOMMONLIB@ + |