diff options
Diffstat (limited to 'debian/patches/0650_nxcompshad_link-to-NX_Xext.full.patch')
-rw-r--r-- | debian/patches/0650_nxcompshad_link-to-NX_Xext.full.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/0650_nxcompshad_link-to-NX_Xext.full.patch b/debian/patches/0650_nxcompshad_link-to-NX_Xext.full.patch deleted file mode 100644 index c147f15b7..000000000 --- a/debian/patches/0650_nxcompshad_link-to-NX_Xext.full.patch +++ /dev/null @@ -1,14 +0,0 @@ -Description: Prevent underlinking by linking to libNX_Xext. -Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - ---- a/nxcompshad/Makefile.in -+++ b/nxcompshad/Makefile.in -@@ -148,7 +148,7 @@ all: depend $(LIBARCHIVE) $(LIBDLL) - - else - --EXTRALIBS = -lNX_Xtst -lNX_Xrandr -lNX_Xdamage -+EXTRALIBS = -lNX_Xext -lNX_Xtst -lNX_Xrandr -lNX_Xdamage - - all: depend $(LIBFULL) $(LIBLOAD) $(LIBSHARED) $(LIBARCHIVE) - |