aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2002-03-12 06:37:35 +0800
committerade <ade@FreeBSD.org>2002-03-12 06:37:35 +0800
commitb72ed278c14c02213edc7313b032b4d42d0e3c67 (patch)
treec91db4fd775d57bc22378f9ef45e962d3d70e176 /graphics
parentab2a52169f70cfd0b9ac76efdec45d6862885ae7 (diff)
downloadfreebsd-ports-gnome-b72ed278c14c02213edc7313b032b4d42d0e3c67.tar.gz
freebsd-ports-gnome-b72ed278c14c02213edc7313b032b4d42d0e3c67.tar.zst
freebsd-ports-gnome-b72ed278c14c02213edc7313b032b4d42d0e3c67.zip
Make generated imlib-config LOCALBASE-safe.
PR: 34904 Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
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 6ab42053acc6..543faafbfa89 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= imlib
PORTVERSION= 1.9.11
+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 1874db0a41ce..75d69f8be988 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/usr/local/lib @SUPPORT_LIBS@"
++gx_libs="-L%%LOCALBASE%% @SUPPORT_LIBS@"
gdk_gx_libs=" @GDK_SUPPORT_LIBS@"
gdk_libs="@LIBS@"