Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 199520 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +14 lines)
Line  Link Here
0
-- WindowMaker-0.92.0/configure.ac
0
++ WindowMaker-0.92.0/configure.ac
Lines 78-84 Link Here
78
[  --with-incs-from        pass compiler flags to look for header files],
78
[  --with-incs-from        pass compiler flags to look for header files],
79
	[inc_search_path="$withval $inc_search_path"])
79
	[inc_search_path="$withval $inc_search_path"])
80
80
81
81
AC_CHECK_LIBM
82
AC_SUBST([LIBM])
82
83
83
dnl Checks for library functions.
84
dnl Checks for library functions.
84
dnl ============================
85
dnl ============================
85
-- WindowMaker-0.92.0/src/placement.c
86
++ WindowMaker-0.92.0/src/placement.c
Lines 27-32 Link Here
27
#include <stdio.h>
27
#include <stdio.h>
28
#include <string.h>
28
#include <string.h>
29
#include <limits.h>
29
#include <limits.h>
30
#include <math.h>
30
31
31
#include "WindowMaker.h"
32
#include "WindowMaker.h"
32
#include "wcore.h"
33
#include "wcore.h"
33
-- WindowMaker-0.92.0/WINGs/Extras/Makefile.am
34
++ WindowMaker-0.92.0/WINGs/Extras/Makefile.am
Lines 31-35 Link Here
31
	$(top_builddir)/WINGs/libWUtil.la \
31
	$(top_builddir)/WINGs/libWUtil.la \
32
	@XFTLIBS@ @INTLIBS@
32
	@XFTLIBS@ @INTLIBS@
33
33
34
libExtraWINGs_la_LIBADD = $(LDADD)
34
test_LDADD = wtableview.o wtabledelegates.o $(LDADD)
35
test_LDADD = wtableview.o wtabledelegates.o $(LDADD)
35
36
36
-- WindowMaker-0.92.0/WINGs/Makefile.am
37
++ WindowMaker-0.92.0/WINGs/Makefile.am
Lines 6-11 Link Here
6
6
7
7
8
8
9
libWINGs_la_DEPENDENCIES = libWUtil.la
10
libWINGs_la_LIBADD = libWUtil.la \
11
	$(top_builddir)/wrlib/libwraster.la \
12
	@LIBM@ @XLIBS@ @XFTLIBS@
9
libWINGs_la_LDFLAGS = -version-info 2:1:0
13
libWINGs_la_LDFLAGS = -version-info 2:1:0
10
libWUtil_la_LDFLAGS = -version-info 1:2:0
14
libWUtil_la_LDFLAGS = -version-info 1:2:0
11
15
12
-- WindowMaker-0.92.0/wmlib/Makefile.am
16
++ WindowMaker-0.92.0/wmlib/Makefile.am
Lines 8-13 Link Here
8
8
9
INCLUDES = $(DFLAGS) @XCFLAGS@
9
INCLUDES = $(DFLAGS) @XCFLAGS@
10
10
11
libWMaker_la_LIBADD = @XLIBS@
11
libWMaker_la_SOURCES = 	\
12
libWMaker_la_SOURCES = 	\
12
	menu.c 		\
13
	menu.c 		\
13
	app.c 		\
14
	app.c 		\

Return to bug 199520