diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2016-03-07 14:53:32 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2016-03-07 14:54:33 +0100 |
commit | 14bf9d4f5d5f546edf36bf411b5622e42433ef90 (patch) | |
tree | c22d4f1fb89903844fdc6d105a56a1ea27a955c8 /net-misc/nx/files | |
parent | net-misc/x2goclient: drop some old versions (diff) | |
download | gentoo-14bf9d4f5d5f546edf36bf411b5622e42433ef90.tar.gz gentoo-14bf9d4f5d5f546edf36bf411b5622e42433ef90.tar.bz2 gentoo-14bf9d4f5d5f546edf36bf411b5622e42433ef90.zip |
net-misc/nx: drop some old versions
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-misc/nx/files')
-rw-r--r-- | net-misc/nx/files/1.5.0/nx-x11-1.5.0-tmp-exec.patch | 11 | ||||
-rw-r--r-- | net-misc/nx/files/nx-3.3.0-cflags.patch | 54 |
2 files changed, 0 insertions, 65 deletions
diff --git a/net-misc/nx/files/1.5.0/nx-x11-1.5.0-tmp-exec.patch b/net-misc/nx/files/1.5.0/nx-x11-1.5.0-tmp-exec.patch deleted file mode 100644 index ece22145c47f..000000000000 --- a/net-misc/nx/files/1.5.0/nx-x11-1.5.0-tmp-exec.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- nx-X11/config/imake/imake.c.orig 2006-11-05 00:10:49.000000000 +0000 -+++ nx-X11/config/imake/imake.c 2006-11-05 00:11:49.000000000 +0000 -@@ -974,7 +974,7 @@ - static void - get_libc_version(FILE *inFile) - { -- char aout[] = "/tmp/imakeXXXXXX"; -+ char aout[] = "./imakeXXXXXX"; - FILE *fp; - const char *format = "%s -o %s -x c -"; - char *cc; diff --git a/net-misc/nx/files/nx-3.3.0-cflags.patch b/net-misc/nx/files/nx-3.3.0-cflags.patch deleted file mode 100644 index 35562939c5b2..000000000000 --- a/net-misc/nx/files/nx-3.3.0-cflags.patch +++ /dev/null @@ -1,54 +0,0 @@ ---- nxcomp/configure.in.orig 2008-12-18 15:48:09.000000000 +0100 -+++ nxcomp/configure.in 2008-12-18 15:54:14.000000000 +0100 -@@ -7,8 +7,7 @@ - - dnl Set our default compilation flags. - --CXXFLAGS="-O3 -fno-rtti -fno-exceptions" --CFLAGS="-O3" -+CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions" - - dnl Reset default linking directives. - ---- nxcompext/configure.in.orig 2008-12-18 15:55:29.000000000 +0100 -+++ nxcompext/configure.in 2008-12-18 15:55:51.000000000 +0100 -@@ -5,11 +5,6 @@ - AC_INIT(NXlib.h) - AC_PREREQ(2.13) - --dnl Reset default compilation flags. -- --CXXFLAGS="-O3" --CFLAGS="-O3" -- - dnl Reset default linking directives. - - LIBSTATIC="" ---- nxcompshad/configure.in.orig 2008-12-18 15:56:13.000000000 +0100 -+++ nxcompshad/configure.in 2008-12-18 15:56:22.000000000 +0100 -@@ -5,11 +5,6 @@ - AC_INIT(Shadow.h) - AC_PREREQ(2.13) - --dnl Reset default compilation flags. -- --CXXFLAGS="-O3" --CPPFLAGS="-O3" -- - dnl Reset default linking directives. - - LIBSTATIC="" ---- nxproxy/configure.in.orig 2008-12-18 15:57:48.000000000 +0100 -+++ nxproxy/configure.in 2008-12-18 15:57:55.000000000 +0100 -@@ -5,11 +5,6 @@ - AC_INIT(Main.c) - AC_PREREQ(2.13) - --dnl Reset default compilation flags. -- --CXXFLAGS="-O3" --CPPFLAGS="-O3" -- - dnl Prefer headers and libraries from nx-X11 if present. - - if test -d "../nx-X11/exports/include" ; then |