diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-04 04:53:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-04 04:53:52 +0800 |
commit | eb24b3241467536d5c32e9d8ffda198115df9241 (patch) | |
tree | 241b751459867201d5246033d24b35c6b7ee1500 /graphics | |
parent | 37ce035bdfe0e0bbcf10fea33c6edeed71d65b0c (diff) | |
download | freebsd-ports-gnome-eb24b3241467536d5c32e9d8ffda198115df9241.tar.gz freebsd-ports-gnome-eb24b3241467536d5c32e9d8ffda198115df9241.tar.zst freebsd-ports-gnome-eb24b3241467536d5c32e9d8ffda198115df9241.zip |
Correct the library search path in imlib-config.
PR: 37305
Reported by: Marko Schuetz <MarkoSchuetz@web.de>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib/Makefile | 1 | ||||
-rw-r--r-- | graphics/imlib/files/patch-imlib-config.in | 2 |
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@" |