mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
460 B
Plaintext
14 lines
460 B
Plaintext
$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
|
|
|