pkgsrc/x11/xmove/patches/patch-aa
1998-08-07 11:08:53 +00:00

65 lines
1.9 KiB
Text

$NetBSD: patch-aa,v 1.2 1998/08/07 11:18:25 agc Exp $
--- 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();