Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2002 21:33:18 +0900 (JST)
From:      Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34904: graphics/imlib is not LOCALBASE clean
Message-ID:  <20020213.213318.31186960.tu7k-kbt@asahi-net.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         34904
>Category:       ports
>Synopsis:       graphics/imlib is not LOCALBASE clean
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 13 05:00:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kazutoshi Kubota
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
CBUG - Tokyo west area BSD Users Group
>Environment:
System: FreeBSD flea.willbe6.org 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Thu Jan 31 06:58:15 GMT 2002 root@flea.willbe6.org:/usr/obj/usr/src/sys/AVENTURE i386

>Description:
The result of `imlib-config --libs` is missing, it's always -L/usr/local
with or without LOCALBASE such as /opt.

>How-To-Repeat:
env LOCALBASE=/opt (or other) make install.
Then run imlib-config --libs.

>Fix:
diff -urN imlib.orig/files/patch-imlib-config.in imlib/files/patch-imlib-config.in
--- imlib.orig/files/patch-imlib-config.in	Wed Feb 13 20:32:29 2002
+++ imlib/files/patch-imlib-config.in	Wed Feb 13 20:33:22 2002
@@ -5,7 +5,7 @@
  #
  
 -gx_libs="@SUPPORT_LIBS@"
-+gx_libs="-L/usr/local/lib @SUPPORT_LIBS@"
++gx_libs="-L%%LOCALBASE%%/lib @SUPPORT_LIBS@"
  gdk_gx_libs=" @GDK_SUPPORT_LIBS@"
  gdk_libs="@LIBS@"
  
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020213.213318.31186960.tu7k-kbt>