diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-09 17:57:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-09 17:57:21 +0000 |
commit | c255a2f29ddfae1051b968e8877541404c2e149d (patch) | |
tree | cfef33c55b9372123b75def2a2b64dcfd71a45f4 /net/nxproxy/files/patch-nxcomp-configure.in | |
parent | Add nxcomp (diff) |
Update to 3.5.0.27
Unbundle nxcomp
Notes
Notes:
svn path=/head/; revision=367756
Diffstat (limited to 'net/nxproxy/files/patch-nxcomp-configure.in')
-rw-r--r-- | net/nxproxy/files/patch-nxcomp-configure.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net/nxproxy/files/patch-nxcomp-configure.in b/net/nxproxy/files/patch-nxcomp-configure.in deleted file mode 100644 index f8382cb9c7c7..000000000000 --- a/net/nxproxy/files/patch-nxcomp-configure.in +++ /dev/null @@ -1,23 +0,0 @@ ---- ../nxcomp/configure.in.orig 2011-06-21 15:06:20.000000000 +0200 -+++ ../nxcomp/configure.in 2011-06-21 15:07:01.000000000 +0200 -@@ -5,11 +5,6 @@ - AC_INIT(NX.h) - AC_PREREQ(2.13) - --dnl Set our default compilation flags. -- --CXXFLAGS="-O3 -fno-rtti -fno-exceptions" --CFLAGS="-O3" -- - dnl Reset default linking directives. - - LIBSTATIC="" -@@ -49,7 +44,7 @@ - dnl Check for programs. - - AC_PROG_CXX --AC_PROG_CC -+AC_PROG_CC([clang gcc cc]) - AC_LANG_CPLUSPLUS - - dnl Check whether option -Wno-deprecated |