summaryrefslogtreecommitdiff
path: root/x11/xmove/patches
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-03-11 02:44:52 +0000
committeragc <agc@pkgsrc.org>1998-03-11 02:44:52 +0000
commite860f9be51617090c8aa1c4c40e74aa05952a9ea (patch)
tree16f2b4e40e8f52ed0fddcffbe238f45083962d5d /x11/xmove/patches
parentaf559a8cf683c09afbcd1e1b231e5cfa3c2e2228 (diff)
downloadpkgsrc-e860f9be51617090c8aa1c4c40e74aa05952a9ea.tar.gz
Addition of xmove-2.0b2, a proxy server for X11 (or a "screen for X")
to the NetBSD packages collection.
Diffstat (limited to 'x11/xmove/patches')
-rw-r--r--x11/xmove/patches/patch-aa63
1 files changed, 63 insertions, 0 deletions
diff --git a/x11/xmove/patches/patch-aa b/x11/xmove/patches/patch-aa
new file mode 100644
index 00000000000..ba091d0b8bb
--- /dev/null
+++ b/x11/xmove/patches/patch-aa
@@ -0,0 +1,63 @@
+--- xmove/Imakefile 1998/03/10 22:54:16 1.1
++++ xmove/Imakefile 1998/03/10 23:01:21
+@@ -18,7 +18,7 @@
+ # compile it and if you have compiler complaints about the function
+ # dlopen() (among many other things) then change the line to NO.
+
+-#define XMOVE_USE_DLLIBS NO
++#define XMOVE_USE_DLLIBS YES
+
+
+ # Use ATOM_MAPPING_LIBRARY_PATH if XMOVE_USE_DLLIBS is set to YES.
+@@ -28,7 +28,7 @@
+ # need a separate subdirectory just for xmove's libraries. This variable
+ # should be set to the directory where those libraries will be placed.
+
+-ATOM_MAPPING_LIBRARY_PATH=\"/home/ethan/release/xmove/lib\"
++ATOM_MAPPING_LIBRARY_PATH=\"@x11base@/lib\"
+
+
+ ## Standard parameters
+@@ -36,7 +36,7 @@
+ #if XMOVE_USE_DLLIBS
+ DLLIBSRC =
+ DLLIBOBJ =
+-DLLIB = -ldl
++DLLIB =
+ DLDEFINE = -DDL_WOUT_PRAGMA
+ #else
+ DLLIBSRC = libatommap.c
+--- /dev/null Wed Mar 11 00:03:54 1998
++++ Imakefile Wed Mar 11 00:58:37 1998
+@@ -0,0 +1,8 @@
++#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
++
++MakefileSubdirs(xmove xmovectrl)
++MakeSubdirs(xmove xmovectrl)
++DependSubdirs(xmove xmovectrl)
++ForceSubdirs(xmove xmovectrl)
++InstallSubdirs(xmove xmovectrl)
++InstallManSubdirs(xmove xmovectrl)
+--- xmove/main.c 1998/03/11 01:26:12 1.1
++++ xmove/main.c 1998/03/11 01:27:26
+@@ -79,13 +79,13 @@
+ static void SignalTSTP P((int signum ));
+ static void SignalCONT P((int signum ));
+ #else
+-static void SignalURG P((void));
+-static void SignalPIPE P((void ));
+-static void SignalINT P((void ));
+-static void SignalQUIT P((void ));
+-static void SignalTERM P((void ));
+-static void SignalTSTP P((void ));
+-static void SignalCONT P((void ));
++static void SignalURG P(());
++static void SignalPIPE P(());
++static void SignalINT P(());
++static void SignalQUIT P(());
++static void SignalTERM P(());
++static void SignalTSTP P(());
++static void SignalCONT P(());
+ #endif
+
+ extern char *getenv();