gnome-stones needs to be linked with -export-dynamic to expose a bunch of
symbols...
This commit is contained in:
parent
a4084b0995
commit
0fb6ee833a
2 changed files with 14 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
$NetBSD: patch-sum,v 1.7 2000/11/26 14:20:38 mycroft Exp $
|
||||
$NetBSD: patch-sum,v 1.8 2000/11/26 14:41:11 mycroft Exp $
|
||||
|
||||
MD5 (patch-aa) = 6f2f6b5422629a8968dc462cbdd1b9ec
|
||||
MD5 (patch-ab) = e21bc6ba9a3c999c4b7defd969c7fce2
|
||||
MD5 (patch-ac) = 3edf07e8535675ce6fe4a11e84735b29
|
||||
MD5 (patch-ad) = 85d9f6dbbea6ff023af8bfec35cdbca0
|
||||
MD5 (patch-ae) = b196e5194ac402a351e121bed1464483
|
||||
MD5 (patch-af) = 3a6754fce9fb852aa2a96ffbab1742e7
|
||||
|
|
12
games/gnome-games/patches/patch-af
Normal file
12
games/gnome-games/patches/patch-af
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-af,v 1.1 2000/11/26 14:41:12 mycroft Exp $
|
||||
|
||||
--- gnome-stones/Makefile.am.orig Tue Apr 6 08:39:55 1999
|
||||
+++ gnome-stones/Makefile.am Sun Nov 26 14:38:30 2000
|
||||
@@ -37,6 +37,7 @@
|
||||
view.c \
|
||||
view.h
|
||||
|
||||
+gnome_stones_LDFLAGS = -export-dynamic
|
||||
gnome_stones_LDADD = \
|
||||
$(GNOME_LIBDIR) \
|
||||
$(GNOMEUI_LIBS) \
|
Loading…
Reference in a new issue