diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-02-27 02:47:49 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-02-27 02:47:49 +0000 |
commit | 16670163d28727f7273c82874abbc566d0dd24a5 (patch) | |
tree | 367077ada2603be6fcba2951f12cc53526c13975 /x11/xgrab/files/patch-aa | |
parent | 7f3fb9917eff00e8d439774653cf13a979337efd (diff) |
Notes
Diffstat (limited to 'x11/xgrab/files/patch-aa')
-rw-r--r-- | x11/xgrab/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/xgrab/files/patch-aa b/x11/xgrab/files/patch-aa new file mode 100644 index 000000000000..5e61feaa88f2 --- /dev/null +++ b/x11/xgrab/files/patch-aa @@ -0,0 +1,19 @@ +*** Imakefile~ Mon Jun 28 18:14:48 1993 +--- Imakefile Mon Feb 27 03:19:47 1995 +*************** +*** 21,27 **** + * DEFINES= $(SIGNAL_DEFINES) -DNO_RLE_CHECKS + */ + +! XRDB=/usr/bin/X11/xrdb + + CDebugFlags = -O + +--- 21,27 ---- + * DEFINES= $(SIGNAL_DEFINES) -DNO_RLE_CHECKS + */ + +! XRDB=/usr/X11R6/bin/xrdb + + CDebugFlags = -O + |