graphics/freetype-gl: Add missing link flags for GLEW and freetype libraries

This commit is contained in:
Yuri Victorovich 2021-03-18 18:56:47 +00:00
parent b42d9c1551
commit fc95e24599
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568755

View file

@ -2,6 +2,7 @@
PORTNAME= freetype-gl PORTNAME= freetype-gl
DISTVERSION= g20210208 DISTVERSION= g20210208
PORTREVISION= 1
CATEGORIES= graphics CATEGORIES= graphics
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@ -26,9 +27,9 @@ GH_ACCOUNT= rougier
GH_TAGNAME= 647b062 GH_TAGNAME= 647b062
CMAKE_ON= BUILD_SHARED_LIBS CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= freetype-gl_BUILD_DEMOS freetype-gl_BUILD_APIDOC freetype-gl_BUILD_TESTS # DEMOS depend on graphics/anttweakbar CMAKE_OFF= freetype-gl_BUILD_DEMOS freetype-gl_BUILD_APIDOC freetype-gl_BUILD_TESTS # DEMOS depend on graphics/anttweakbar, glfw3
# DEMOS depend on glfw3 LDFLAGS+= -L${LOCALBASE}/lib -lGLEW -lfreetype # https://github.com/rougier/freetype-gl/issues/236
do-test: # build breaks: https://github.com/rougier/freetype-gl/issues/234 do-test: # build breaks: https://github.com/rougier/freetype-gl/issues/234
@cd ${BUILD_WRKSRC} && \ @cd ${BUILD_WRKSRC} && \