6601fd212f
in 2.1 bulk builds. While here: Use REPLACE_PERL instead of handcrafted code. Get rid of automake build dependency by adding the corresponding patches. Remove bogus patch.
13 lines
460 B
Text
13 lines
460 B
Text
$NetBSD: patch-ap,v 1.1 2006/02/28 17:45:55 wiz Exp $
|
|
|
|
--- craft/simple/Makefile.in.orig 2000-03-20 21:13:14.000000000 +0000
|
|
+++ craft/simple/Makefile.in
|
|
@@ -131,7 +131,7 @@ MKCRAFT = $(TOOLSDIR)/mkcraft/xracer-mk
|
|
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
|
|
|