ports/177405: [patch] net/freerdp: Fix the build if old freerdp exists in the system etc
Koichiro IWAO
meta+ports at vmeta.jp
Wed Mar 27 02:10:02 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list