svn commit: r371758 - in head/games/djgame2: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Oct 30 16:26:33 UTC 2014
Author: amdmi3
Date: Thu Oct 30 16:26:32 2014
New Revision: 371758
URL: https://svnweb.freebsd.org/changeset/ports/371758
QAT: https://qat.redports.org/buildarchive/r371758/
Log:
- Fix build by explicitly linking with -lX11
Added:
head/games/djgame2/files/patch-Hall__Hall.pro (contents, props changed)
Modified:
head/games/djgame2/Makefile
Modified: head/games/djgame2/Makefile
==============================================================================
--- head/games/djgame2/Makefile Thu Oct 30 16:20:33 2014 (r371757)
+++ head/games/djgame2/Makefile Thu Oct 30 16:26:32 2014 (r371758)
@@ -14,10 +14,6 @@ COMMENT= bluedj contains many popular on
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/LICENSE.GPL
-BROKEN= Fails to link
-DEPRECATED= Resurrected but not fixed
-EXPIRATION_DATE= 2014-11-29
-
USE_QT4= gui qt3support qmake_build uic_build rcc_build moc_build svg
USES= dos2unix zip
DOS2UNIX_FILES= Base/src/DJGraphicsChessTimerItem.cpp
Added: head/games/djgame2/files/patch-Hall__Hall.pro
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/djgame2/files/patch-Hall__Hall.pro Thu Oct 30 16:26:32 2014 (r371758)
@@ -0,0 +1,10 @@
+--- Hall/Hall.pro.orig 2014-10-30 15:03:41.000000000 +0300
++++ Hall/Hall.pro 2014-10-30 15:04:05.000000000 +0300
+@@ -13,6 +13,7 @@
+ QT += network xml svg
+
+ LIBS += ../Base/build/libBaseStatic.a
++LIBS += -lX11
+ #LIBS += ./libspeex.a
+
+ INCLUDEPATH += ../Base/src include
More information about the svn-ports-head
mailing list