ports/104480: multimedia/libxine - Fix Makefile for gtk2 move from X11BASE to LOCALBASE

Raaf raaf at luna.afraid.org
Tue Oct 17 00:20:22 UTC 2006


>Number:         104480
>Category:       ports
>Synopsis:       multimedia/libxine - Fix Makefile for gtk2 move from X11BASE to LOCALBASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 17 00:20:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Raaf
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
>Environment:

	
>Description:

gtk2 has been moved from X11BASE to LOCALBASE, fix Makefile.

	
>How-To-Repeat:
	
>Fix:

	

--- libxine.patch begins here ---
--- /usr/ports/multimedia/libxine/Makefile.orig	Tue Oct 17 01:58:54 2006
+++ /usr/ports/multimedia/libxine/Makefile	Tue Oct 17 02:00:01 2006
@@ -137,7 +137,7 @@
 CONFIGURE_ARGS+=	--disable-imagemagick
 .endif
 
-.if !defined(WITHOUT_GTK2) && (exists(${X11BASE}/lib/libgtk-x11-2.0.so.0) || defined (WITH_GTK2))
+.if !defined(WITHOUT_GTK2) && (exists(${LOCALBASE}/lib/libgtk-x11-2.0.so.0) || defined (WITH_GTK2))
 USE_GNOME+=	gtk20
 PLIST_SUB+=	WITH_GTK2=""
 .else
--- libxine.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list