summaryrefslogtreecommitdiff
path: root/graphics/svgalib/files/patch-aq
blob: 780ffc0ea36b859e46db0027565f39ee45ad7038 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- gl/Makefile.orig	Fri Aug 25 06:05:40 2000
+++ gl/Makefile	Fri Aug 25 06:06:28 2000
@@ -31,6 +31,7 @@
 libvgagl.so.$(VERSION): $(MODULES)
 	$(CC) -s -shared -Wl,-soname,libvgagl.so.$(MAJOR_VER) -o libvgagl.so.$(VERSION) \
 	  $(MODULES)
+	/bin/ln -sf libvgagl.so.$(MAJOR_VER) libvgagl.so
 
 libvgagl.a: $(MODULES)
 	rm -f libvgagl.a