[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#165146: imake: macro definition problem



Package: xutils
Version: 4.2.1-2
Severity: important
Tags: sid upstream

I've already reported the same problem for version 4.1.0-17, now it's
back.

Here's how I've patched the configuration files in /usr/lib/X11/config
to get the macros for linking and installing a shared library and
makedepend working.


diff config/gnuLib.rules config.new/gnuLib.rules
72c72
< 	@if $(SOSYMLINK); then (set -x; \
---
> 	@if $(SOSYMLINK) then (set -x; \
109c109
< 	@if $(SOSYMLINK); then (set -x; \				@@\
---
> 	@if $(SOSYMLINK) then (set -x; \				@@\
148c148
< 	@if $(SOSYMLINK); then (set -x; \				@@\
---
> 	@if $(SOSYMLINK) then (set -x; \				@@\
diff config/lnxLib.rules config.new/lnxLib.rules
100c100
< 	@if $(SOSYMLINK); then (set -x; \
---
> 	@if $(SOSYMLINK) then (set -x; \
137c137
< 	@if $(SOSYMLINK); then (set -x; \				@@\
---
> 	@if $(SOSYMLINK) then (set -x; \				@@\
176c176
< 	@if $(SOSYMLINK); then (set -x; \				@@\
---
> 	@if $(SOSYMLINK) then (set -x; \				@@\
215c215
< 	@if $(SOSYMLINK); then (set -x; \				@@\
---
> 	@if $(SOSYMLINK) then (set -x; \				@@\
diff config/site.def config.new/site.def
36a37,40
> #undef UseGccMakeDepend /* makedepend instead */
> #undef DependCmd
> #define DependCmd makedepend
> 

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux edvlw02 2.4.19 #1 Tue Oct 1 18:18:55 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=de_AT@euro

Versions of packages xutils depends on:
ii  libc6                    2.2.5-15        GNU C Library: Shared libraries an
ii  libncurses5              5.2.20020112a-8 Shared libraries for terminal hand
ii  xfree86-common           4.2.1-2         X Window System (XFree86) infrastr
ii  zlib1g                   1:1.1.4-6       compression library - runtime

-- no debconf information




Reply to: