about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/mudlet/libs.patch
blob: 45b693828ff2247a7540ccd4ca6e398287863388 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/src/src.pro	2014-09-05 12:51:09.000000000 +0400
+++ b/src/src.pro	2014-09-15 16:54:34.812560065 +0400
@@ -85,8 +85,8 @@
 # Again according to FHS /usr/local/share/games is the corresponding place for locally built games documentation:
     isEmpty( DOCDIR ) DOCDIR = $${DATAROOTDIR}/doc/mudlet
     LIBS += -lpcre \
-        -llua5.1 \
-        -lhunspell \
+        -llua \
+        -lhunspell-1.6 \
         -L/usr/local/lib/ \
         -lyajl \
         -lGLU \