Package: wmaker
Version: 0.92.0-5.2
Followup-For: Bug #358540

Hi,

looking at this bug I found that it isn't a problem with Build-Depends
but that -L/usr/X11R6/lib is missing when linking. Configure sets this
in XLFLAGS and adding that in the Makefile.am files fixes the problem.


Patch attached.

MfG
        Goswin

PS: please fix the clean target to remove/restore all generated
files. Building the source twice adds them all to the diff.gz.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.16-rc4-xen
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -u wmaker-0.92.0/debian/changelog wmaker-0.92.0/debian/changelog
--- wmaker-0.92.0/debian/changelog
+++ wmaker-0.92.0/debian/changelog
@@ -1,3 +1,10 @@
+wmaker (0.92.0-5.2c0.mrvn.1) unstable; urgency=low
+
+  * Add XLFLAGS to wmaker_LDADD in src/Makefile.am
+  * Add XLFLAGS to wmsetbg_LDADD in util/Makefile.am
+
+ -- Goswin von Brederlow <[EMAIL PROTECTED]>  Thu,  6 Apr 2006 12:14:17 +0000
+
 wmaker (0.92.0-5.2) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- wmaker-0.92.0.orig/src/Makefile.am
+++ wmaker-0.92.0/src/Makefile.am
@@ -119,6 +119,7 @@
 wmaker_LDADD = \
        $(top_builddir)/WINGs/libWINGs.a\
        $(top_builddir)/wrlib/libwraster.la\
+       @XLFLAGS@ \
        @XFTLIBS@ \
        @XLIBS@ \
        @INTLIBS@ \
only in patch2:
unchanged:
--- wmaker-0.92.0.orig/util/Makefile.am
+++ wmaker-0.92.0/util/Makefile.am
@@ -55,7 +55,7 @@
 wmsetbg_LDADD = \
        $(top_builddir)/WINGs/libWINGs.a \
        $(top_builddir)/wrlib/libwraster.la \
-       @XLIBS@ @XFTLIBS@ @INTLIBS@ @DLLIBS@
+       @XLFLAGS@ @XLIBS@ @XFTLIBS@ @INTLIBS@ @DLLIBS@
 
 CLEANFILES = wmaker.inst
 

Reply via email to