mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Correct the library search path in imlib-config.
PR: 37305 Reported by: Marko Schuetz <MarkoSchuetz@web.de>
This commit is contained in:
parent
3c63fe40f8
commit
57113fbd9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58517
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= imlib
|
||||
PORTVERSION= 1.9.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/imlib
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
-gx_libs="@SUPPORT_LIBS@"
|
||||
+gx_libs="-L%%LOCALBASE%% @SUPPORT_LIBS@"
|
||||
+gx_libs="-L%%LOCALBASE%%/lib @SUPPORT_LIBS@"
|
||||
gdk_gx_libs=" @GDK_SUPPORT_LIBS@"
|
||||
gdk_libs="@LIBS@"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user