Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2013 02:00:12 GMT
From:      Koichiro IWAO <meta+ports@vmeta.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177405: [patch] net/freerdp: Fix the build if old freerdp exists in the system etc
Message-ID:  <201303270200.r2R20CRB060440@red.freebsd.org>
Resent-Message-ID: <201303270210.r2R2A2fd063686@freefall.freebsd.org>

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

>Number:         177405
>Category:       ports
>Synopsis:       [patch] net/freerdp: Fix the build if old freerdp exists in the system etc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 27 02:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Koichiro IWAO
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD ports-dev.vmeta.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #2 r244665: Wed Dec 26 03:45:20 JST 2012     root@icepick.vmeta.jp:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
- Fix the build if old freerdp exists in the system
- Delete unused GNU_CONFIGURE and CPPFLAGS

I submitted a patch to ports@ mailing list[1] and CC'd to the maintainer.
I raise a PR in order to wait maintainer-timeout.

[1] http://lists.freebsd.org/pipermail/freebsd-ports/2013-March/082237.html
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/net/freerdp/Makefile net/freerdp/Makefile
--- /usr/ports/net/freerdp/Makefile	2013-03-19 01:35:23.087796587 +0000
+++ net/freerdp/Makefile	2013-03-19 02:28:06.633797121 +0000
@@ -20,11 +20,9 @@
 GH_PROJECT=	FreeRDP
 GH_COMMIT=	616aed4
 GH_TAGNAME=	${GH_COMMIT}
-GNU_CONFIGURE=	yes
 
 LDFLAGS+=	-L${LOCALBASE}/lib
-CFLAGS+=	-I${LOCALBASE}/include
-CPPFLAGS+=	-I${LOCALBASE}/include
+CFLAGS+=	-I${WRKSRC}/include -I${LOCALBASE}/include
 
 OPTIONS_DEFINE=	ALSA CUPS DIRECTFB FFMPEG PULSEAUDIO SSE X11
 OPTIONS_DEFAULT=	CUPS PULSEAUDIO X11


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



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