]> git.pld-linux.org Git - packages/jed.git/blob - jed-makefile.patch
- adapterized (sorted %verify attrs)
[packages/jed.git] / jed-makefile.patch
1 diff -urN jed-B0.99-17.111.org/src/Makefile.in jed-B0.99-17.111/src/Makefile.in
2 --- jed-B0.99-17.111.org/src/Makefile.in        2005-07-25 06:37:23.000000000 +0200
3 +++ jed-B0.99-17.111/src/Makefile.in    2005-09-16 09:53:34.576743488 +0200
4 @@ -14,9 +14,10 @@
5  exec_prefix = @exec_prefix@
6  #JED_ROOT = $(HOME)/src/jed# <--- make sure # is at end of file!!
7  #JED_ROOT = $(prefix)/jed# <--- make sure # is at end of file!!
8 -JED_ROOT = @JED_ROOT@# <--- make sure # is at end of file!!
9 +JED_ROOT = @datadir@/jed# <--- make sure # is at end of file!!
10  BIN_DIR = @bindir@
11  MAN_DIR = @mandir@/man1
12 +INFO_DIR = @infodir@
13  INSTALL                = @INSTALL@
14  INSTALL_DATA   = @INSTALL_DATA@
15  MKINSDIR = ../autoconf/mkinsdir.sh
16 @@ -51,10 +52,10 @@
17  #---------------------------------------------------------------------------
18  # 1. Linux GPM Mouse support
19  #    Uncomment next FOUR lines for GPM mouse support
20 -#MOUSEFLAGS = -DUSE_GPM_MOUSE
21 -#MOUSELIB = -lgpm
22 -#GPMMOUSEO = gpmmouse.o
23 -#OBJGPMMOUSEO = $(OBJDIR)/$(GPMMOUSEO)
24 +MOUSEFLAGS = -DUSE_GPM_MOUSE
25 +MOUSELIB = -lgpm
26 +GPMMOUSEO = gpmmouse.o
27 +OBJGPMMOUSEO = $(OBJDIR)/$(GPMMOUSEO)
28  
29   
30  # 2. XFree86 XRENDERFONT (Anti-aliased font) support for XJED
This page took 0.024526 seconds and 3 git commands to generate.