1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix the build on FreeBSD 10 and 11.

Explicitly link the final executable against libQtCore.so, as the linker
does not add implicit dependencies anymore. The dependency was already
registered in the Makefile, so no PORTREVISION bump is required.
This commit is contained in:
Raphael Kubo da Costa 2013-11-17 21:38:26 +00:00
parent 5890f46ac8
commit 6018dc2a70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334125

View File

@ -47,7 +47,7 @@
LIB_DIRS = -L$(QT_LIB_DIR) -L$(X11_LIB_DIR)
-LIBS = -lX11 -lqt -lm
+LIBS = -lX11 -lQt3Support -lQtGui -lm -pthread
+LIBS = -lX11 -lQtCore -lQt3Support -lQtGui -lm -pthread
# If you want to use the QImageIO lib (to support jpg and png maps) use the
# next two lines and comment the one above
#WITH_QIMGIO = -DWITH_QIMAGEIO