summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-03 20:53:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-03 20:53:52 +0000
commit57113fbd9fc0cd6978dc09b82fc1fdd7a961af1f (patch)
tree197a7068b55d89f39e43509245b974f39868be17 /graphics
parentUpdate module: wuftpd. (diff)
Correct the library search path in imlib-config.
PR: 37305 Reported by: Marko Schuetz <MarkoSchuetz@web.de>
Notes
Notes: svn path=/head/; revision=58517
Diffstat (limited to 'graphics')
-rw-r--r--graphics/imlib/Makefile1
-rw-r--r--graphics/imlib/files/patch-imlib-config.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile
index 988efcd3daf3..5b3dd5392a3e 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -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
diff --git a/graphics/imlib/files/patch-imlib-config.in b/graphics/imlib/files/patch-imlib-config.in
index 75d69f8be988..0afcd9e72488 100644
--- a/graphics/imlib/files/patch-imlib-config.in
+++ b/graphics/imlib/files/patch-imlib-config.in
@@ -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@"