aboutsummaryrefslogtreecommitdiff
path: root/graphics/fotoxx/files
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-06-05 18:30:56 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-06-05 18:30:56 +0000
commit8fe7185d4a0babf350ccef57331d05fa52640bf8 (patch)
tree51b3197bafc32ad9db14ef894fd4e63468641daa /graphics/fotoxx/files
parent2dfb0a82b21850635638333111f7df97aa69992b (diff)
downloadports-8fe7185d4a0babf350ccef57331d05fa52640bf8.tar.gz
ports-8fe7185d4a0babf350ccef57331d05fa52640bf8.zip
graphics/fotoxx: the port had been updated to version 22.18
Do not omit `-lpthread' when linking the program, as it had started to cause build failures on -CURRENT recently. Reported by: pkg-fallout
Diffstat (limited to 'graphics/fotoxx/files')
-rw-r--r--graphics/fotoxx/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fotoxx/files/patch-Makefile b/graphics/fotoxx/files/patch-Makefile
index 3222b7d395b7..4019f6afe15e 100644
--- a/graphics/fotoxx/files/patch-Makefile
+++ b/graphics/fotoxx/files/patch-Makefile
@@ -38,7 +38,7 @@
LIBS = `$(PKG_CONFIG) --libs gtk+-3.0` \
- -lrt -lpthread -llcms2 -ltiff -lpng -ljpeg \
-+ -lrt -lexecinfo -llcms2 -ltiff -lpng -ljpeg \
++ -lrt -lpthread -llcms2 -ltiff -lpng -ljpeg -lexecinfo \
-lclutter-1.0 -lclutter-gtk-1.0 -lchamplain-0.12 -lchamplain-gtk-0.12
ALLFILES = fotoxx.o f.widgets.o f.file.o f.gallery.o f.albums.o f.area.o f.meta.o \