1
0
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:
Joe Marcus Clarke 2002-05-03 20:53:52 +00:00
parent 3c63fe40f8
commit 57113fbd9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58517
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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@"