blob: b2bc3b4ebfb73ccf3bff5f82617ac5af73c4461e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.1 2000/11/27 20:26:27 mycroft Exp $
--- craft/simple/Makefile.am.orig Tue Jan 18 23:24:21 2000
+++ craft/simple/Makefile.am Mon Nov 27 20:23:35 2000
@@ -35,7 +35,7 @@
libcraftsimple_la_SOURCES = common.h control.c craft.c
# Make sure that the ``craft'' symbol is exported.
-libcraftsimple_la_LDFLAGS =
+libcraftsimple_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = simplecraft1.blend simplecraft1.wrl
|