freebsd-ports/games/pokerth/files/patch-pokerth_server.pro
Guido Falsi 204231cc41 - Fix build on head after iconv and new ld behavior changes
- Convert to new LIB_DEPENDS format
2013-09-05 14:26:40 +00:00

11 lines
313 B
Prolog

--- pokerth_server.pro.orig 2013-04-07 14:04:26.923209000 +0200
+++ pokerth_server.pro 2013-09-05 14:53:56.604074418 +0200
@@ -265,7 +265,7 @@
-lprotobuf
LIBS += -lgsasl
!isEmpty( BSD ): isEmpty( kFreeBSD ){
- LIBS += -lcrypto -liconv
+ LIBS += -lcrypto -liconv -lssl
} else {
LIBS += -lgcrypt
}