Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 136293 Details for
Bug 199520
x11-wm/windowmaker-0.92.0-r5 cannot link (--as-needed?)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
windowmaker-0.92.0-r5-as-needed.patch (text/plain), 1.34 KB, created by
Harald van Dijk (RETIRED)
on 2007-11-18 14:57:32 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Harald van Dijk (RETIRED)
Created:
2007-11-18 14:57:32 UTC
Size:
1.34 KB
patch
obsolete
>--- WindowMaker-0.92.0/configure.ac >+++ WindowMaker-0.92.0/configure.ac >@@ -78,7 +78,8 @@ > [ --with-incs-from pass compiler flags to look for header files], > [inc_search_path="$withval $inc_search_path"]) > >- >+AC_CHECK_LIBM >+AC_SUBST([LIBM]) > > dnl Checks for library functions. > dnl ============================ >--- WindowMaker-0.92.0/src/placement.c >+++ WindowMaker-0.92.0/src/placement.c >@@ -27,6 +27,7 @@ > #include <stdio.h> > #include <string.h> > #include <limits.h> >+#include <math.h> > > #include "WindowMaker.h" > #include "wcore.h" >--- WindowMaker-0.92.0/WINGs/Extras/Makefile.am >+++ WindowMaker-0.92.0/WINGs/Extras/Makefile.am >@@ -31,5 +31,6 @@ > $(top_builddir)/WINGs/libWUtil.la \ > @XFTLIBS@ @INTLIBS@ > >+libExtraWINGs_la_LIBADD = $(LDADD) > test_LDADD = wtableview.o wtabledelegates.o $(LDADD) > >--- WindowMaker-0.92.0/WINGs/Makefile.am >+++ WindowMaker-0.92.0/WINGs/Makefile.am >@@ -6,6 +6,10 @@ > > > >+libWINGs_la_DEPENDENCIES = libWUtil.la >+libWINGs_la_LIBADD = libWUtil.la \ >+ $(top_builddir)/wrlib/libwraster.la \ >+ @LIBM@ @XLIBS@ @XFTLIBS@ > libWINGs_la_LDFLAGS = -version-info 2:1:0 > libWUtil_la_LDFLAGS = -version-info 1:2:0 > >--- WindowMaker-0.92.0/wmlib/Makefile.am >+++ WindowMaker-0.92.0/wmlib/Makefile.am >@@ -8,6 +8,7 @@ > > INCLUDES = $(DFLAGS) @XCFLAGS@ > >+libWMaker_la_LIBADD = @XLIBS@ > libWMaker_la_SOURCES = \ > menu.c \ > app.c \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199520
:
136291
| 136293