diff options
author | mycroft <mycroft> | 2000-11-26 14:41:11 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2000-11-26 14:41:11 +0000 |
commit | 18015536349b619b679960064ec7ee14f6546e8d (patch) | |
tree | c26066bedf46c6fa5dc06020f14c1cc100207280 /games/gnome-games | |
parent | b552b3301934ae29457e429d228bbab85bf3f792 (diff) | |
download | pkgsrc-18015536349b619b679960064ec7ee14f6546e8d.tar.gz |
gnome-stones needs to be linked with -export-dynamic to expose a bunch of
symbols...
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/files/patch-sum | 3 | ||||
-rw-r--r-- | games/gnome-games/patches/patch-af | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/games/gnome-games/files/patch-sum b/games/gnome-games/files/patch-sum index 7a56ed3b2b0..1851e25312c 100644 --- a/games/gnome-games/files/patch-sum +++ b/games/gnome-games/files/patch-sum @@ -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 diff --git a/games/gnome-games/patches/patch-af b/games/gnome-games/patches/patch-af new file mode 100644 index 00000000000..bdf66707126 --- /dev/null +++ b/games/gnome-games/patches/patch-af @@ -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) \ |