aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2017-07-12 10:41:22 +0800
committeraraujo <araujo@FreeBSD.org>2017-07-12 10:41:22 +0800
commit9fc3ea807efb4510006a93cd072f11eb9d5442ac (patch)
treed01317e3347fb027b65cc08f7799eb5c6cf3b7e8 /net
parentca0a4a904559b9cd4f01390665f447c144335d9f (diff)
downloadfreebsd-ports-gnome-9fc3ea807efb4510006a93cd072f11eb9d5442ac.tar.gz
freebsd-ports-gnome-9fc3ea807efb4510006a93cd072f11eb9d5442ac.tar.zst
freebsd-ports-gnome-9fc3ea807efb4510006a93cd072f11eb9d5442ac.zip
Remove -g debug flag committed by mistake.
Diffstat (limited to 'net')
-rw-r--r--net/libvncserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile
index ea9a71fd075c..c617b19d266b 100644
--- a/net/libvncserver/Makefile
+++ b/net/libvncserver/Makefile
@@ -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