Files
ports/graphics/argyllcms/files/patch-Jamtop
T
Mikhail Teterin 787a10daa4 graphics/argyllcms: update from 1.9.2 to 3.5.0
Changed to use preinstalled yajl and MiniXML (mxml). Address
compiler warnings.

Changelog: https://www.argyllcms.com/doc/ChangesSummary.html

PR:		240568
Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Event:		Wiesbaden Hackathon 202604
2026-04-27 02:01:11 +02:00

12 lines
289 B
Plaintext

--- Jamtop
+++ Jamtop
@@ -167,7 +167,7 @@ rule CheckForLibrary {
echo "Using system $(UCASE) library" ;
$(UCASE)LIB = ;
$(UCASE)INC = ;
- LINKFLAGS += $(LINKFLAG)$(lcase) ;
+ LINKFLAGS += -L$(LOCALBASE)/lib $(LINKFLAG)$(lcase) ;
HAVE_$(UCASE) = true ;
}
}