svn commit: r316015 - head/net/freerdp

Dima Panov fluffy at FreeBSD.org
Thu Apr 18 02:39:21 UTC 2013


Author: fluffy
Date: Thu Apr 18 02:39:21 2013
New Revision: 316015
URL: http://svnweb.freebsd.org/changeset/ports/316015

Log:
  - Fix the build if old freerdp exists in the system
  - Delete unused GNU_CONFIGURE and CPPFLAGS
  
  PR:		177405
  Submitted by:	Koichiro IWAO <meta+ports AT vmeta DOT jp
  Feature safe:	yes

Modified:
  head/net/freerdp/Makefile

Modified: head/net/freerdp/Makefile
==============================================================================
--- head/net/freerdp/Makefile	Thu Apr 18 01:25:41 2013	(r316014)
+++ head/net/freerdp/Makefile	Thu Apr 18 02:39:21 2013	(r316015)
@@ -20,11 +20,9 @@ GH_ACCOUNT=	FreeRDP
 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


More information about the svn-ports-head mailing list