aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-20 14:22:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-20 14:25:36 +0000
commitf57677209d3a6981cbb5e2bceba03c37ea2f65a8 (patch)
tree84c76bbf7f02ddb15f49d73c684624990036c330 /graphics
parent3d98c6f50d1cf7fd77676995b5ffa97788811008 (diff)
downloadports-f57677209d3a6981cbb5e2bceba03c37ea2f65a8.tar.gz
ports-f57677209d3a6981cbb5e2bceba03c37ea2f65a8.zip
graphics/GraphicsMagick: Fix build with FPX option
Reported by: vvd
Diffstat (limited to 'graphics')
-rw-r--r--graphics/GraphicsMagick/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index 98b9b182def1..3daf2157d2be 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -31,6 +31,7 @@ TEST_DESC= Run bundled self-tests after build
BZIP2_CONFIGURE_WITH= bzlib
FPX_CONFIGURE_WITH= fpx
+FPX_LDFLAGS= -L${LOCALBASE}/lib -lfpx
FPX_LIB_DEPENDS= libfpx.so:graphics/libfpx
FREETYPE_CONFIGURE_WITH=ttf
FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2