Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2004 19:22:40 +0200 (CEST)
From:      Guido Falsi <mad@madpilot.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69496: [maintainer-update] comms/obexapp fix build when mpeg4ip is installed
Message-ID:  <200407231722.i6NHMeQE069224@wedge.madpilot.net>
Resent-Message-ID: <200407231730.i6NHUCDo038003@freefall.freebsd.org>

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

>Number:         69496
>Category:       ports
>Synopsis:       [maintainer-update] comms/obexapp fix build when mpeg4ip is installed
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 23 17:30:12 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Guido Falsi
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
none
>Environment:
System: FreeBSD wedge.madpilot.net 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Thu Jul 22 17:02:40 CEST 2004 root@wedge.madpilot.net:/usr/obj/usr/src/sys/WEDGE i386

>Description:

 received a report of the port not building when the mpeg4ip port is installed, because mpeg4ip installs an include file(sdp.h) which shadows the system one. Fixed by changing the include directory precedence.

reported and solution suggested by: Panagiotis Astithas

>How-To-Repeat:

>Fix:

diff -ruN obexapp.old/files/patch-Makefile obexapp/files/patch-Makefile
--- obexapp.old/files/patch-Makefile	Fri Jul 23 19:15:34 2004
+++ obexapp/files/patch-Makefile	Fri Jul 23 19:17:43 2004
@@ -1,5 +1,5 @@
---- Makefile.orig	Mon Apr 12 03:10:25 2004
-+++ Makefile	Mon Apr 12 03:10:59 2004
+--- Makefile.orig	Fri Apr  9 23:09:09 2004
++++ Makefile	Fri Jul 23 19:17:16 2004
 @@ -1,8 +1,10 @@
  # $Id: Makefile,v 1.7 2004/04/09 21:09:09 max Exp $
  # $FreeBSD$
@@ -13,3 +13,14 @@
  PROG=		obexapp
  MAN1=		obexapp.1
  
+@@ -13,8 +15,8 @@
+ 
+ DEBUG_FLAGS=	-g
+ 
+-CFLAGS=		-I/usr/local/include \
+-		-I/usr/local/include/openobex
++CFLAGS=		-I/usr/local/include/openobex \
++		-I/usr/local/include
+ 
+ DPADD=		${LIBBLUETOOTH} ${LIBSDP} ${LIBBSDXML}
+ LDADD=		-L/usr/lib -L/usr/local/lib \
>Release-Note:
>Audit-Trail:
>Unformatted:



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