077d878184
from Mikko Tolmunen <oskari at sefirosu dot org>, with some tweaks
13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
$OpenBSD: patch-pokerth_game_pro,v 1.1 2008/05/26 10:39:49 ajacoutot Exp $
|
|
--- pokerth_game.pro.orig Mon May 26 11:31:48 2008
|
|
+++ pokerth_game.pro Mon May 26 11:32:39 2008
|
|
@@ -349,7 +349,7 @@ unix: !mac{
|
|
|
|
LIBS += -lpokerth_lib
|
|
LIBS += $$BOOST_LIBS
|
|
- LIBS += -lgnutls-openssl -lgcrypt -lSDL_mixer -lcurl -lz
|
|
+ LIBS += -lcrypto -lSDL_mixer -lcurl -lz
|
|
TARGETDEPS += ./lib/libpokerth_lib.a
|
|
|
|
##### My release static libs
|