diff options
Diffstat (limited to 'source/xap/gnuchess/eboard.ldl.diff')
-rw-r--r-- | source/xap/gnuchess/eboard.ldl.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/xap/gnuchess/eboard.ldl.diff b/source/xap/gnuchess/eboard.ldl.diff new file mode 100644 index 000000000..45ef58da3 --- /dev/null +++ b/source/xap/gnuchess/eboard.ldl.diff @@ -0,0 +1,11 @@ +--- ./elifekam.orig 2008-02-22 09:51:22.000000000 -0600 ++++ ./elifekam 2013-03-19 20:47:06.022315936 -0500 +@@ -24,7 +24,7 @@ + all: eboard nls-dicts + + eboard: $(OBJS) +- $(CXX) $(LDFLAGS) -o eboard $(OBJS) ++ $(CXX) $(LDFLAGS) -ldl -o eboard $(OBJS) + + .cc.o: $< $(HEADERS) $(XPMS) + $(CXX) $(CXXFLAGS) -c $< -o $@ |