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
430 B
Text
13 lines
430 B
Text
$NetBSD: patch-ar,v 1.1 2006/02/28 17:45:55 wiz Exp $
|
|
|
|
--- tracks/simple2/Makefile.in.orig 2000-03-20 21:13:12.000000000 +0000
|
|
+++ tracks/simple2/Makefile.in
|
|
@@ -147,6 +147,8 @@ libtracksimple2_la_SOURCES = $(TRACKSOUR
|
|
flare.c \
|
|
sky.c
|
|
|
|
+libtracksimple2_la_LDFLAGS = -module -avoid-version
|
|
+
|
|
EXTRA_DIST = $(wildcard *.blend)
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../../config.h
|