$NetBSD: patch-aa,v 1.3 2009/10/19 01:53:21 ahoka Exp $

--- pokerth_game.pro.orig	2009-06-26 01:29:19.000000000 +0200
+++ pokerth_game.pro
@@ -396,16 +396,11 @@ unix:!mac { 
         $$BOOST_REGEX
     !count(BOOST_LIBS, 4):error("Unable to find boost libraries in PREFIX=$${PREFIX}")
     if($$system(sdl-config --version)):error("sdl-config not found in PATH - libSDL_mixer, libSDL are required!")
-    UNAME = $$system(uname -s)
-    BSD = $$find(UNAME, "BSD")
-    kFreeBSD = $$find(UNAME, "kFreeBSD")
     LIBS += -lpokerth_lib
     LIBS += $$BOOST_LIBS
     LIBS += -lSDL_mixer \
         -lcurl
-    !isEmpty( BSD ) && isEmpty( kFreeBSD ):LIBS += -lcrypto
-    else:LIBS += -lgnutls-openssl \
-        -lgcrypt
+    LIBS += -lcrypto
     TARGETDEPS += ./lib/libpokerth_lib.a
     
     # #### My release static libs
