svn commit: r445567 - head/net/libvncserver

Marcelo Araujo araujo at FreeBSD.org
Wed Jul 12 02:41:24 UTC 2017


Author: araujo
Date: Wed Jul 12 02:41:22 2017
New Revision: 445567
URL: https://svnweb.freebsd.org/changeset/ports/445567

Log:
  Remove -g debug flag committed by mistake.

Modified:
  head/net/libvncserver/Makefile

Modified: head/net/libvncserver/Makefile
==============================================================================
--- head/net/libvncserver/Makefile	Wed Jul 12 02:40:38 2017	(r445566)
+++ head/net/libvncserver/Makefile	Wed Jul 12 02:41:22 2017	(r445567)
@@ -20,7 +20,7 @@ GH_ACCOUNT=	LibVNC
 USES=		autoreconf jpeg libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-g -I${LOCALBASE}/include
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-all mailing list