diff options
author | araujo <araujo@FreeBSD.org> | 2017-07-12 10:41:22 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2017-07-12 10:41:22 +0800 |
commit | 9fc3ea807efb4510006a93cd072f11eb9d5442ac (patch) | |
tree | d01317e3347fb027b65cc08f7799eb5c6cf3b7e8 /net | |
parent | ca0a4a904559b9cd4f01390665f447c144335d9f (diff) | |
download | freebsd-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/Makefile | 2 |
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 |