public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/bbsload/files: bbsload-0.2.8-gcc43.patch bbsload-0.2.8-as-needed.patch
@ 2008-12-17 23:55 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2008-12-17 23:55 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/12/17 23:55:11

  Added:                bbsload-0.2.8-gcc43.patch
                        bbsload-0.2.8-as-needed.patch
  Log:
  Fix bug 248554, thanks Bent Karwatzki <spasswolf@web.de>. Fixed building with forced as-needed to test the gcc-4 patch.
  (Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc6 x86_64)

Revision  Changes    Path
1.1                  x11-misc/bbsload/files/bbsload-0.2.8-gcc43.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbsload/files/bbsload-0.2.8-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbsload/files/bbsload-0.2.8-gcc43.patch?rev=1.1&content-type=text/plain

Index: bbsload-0.2.8-gcc43.patch
===================================================================
diff -aur bbsload-0.2.8.old/resource.hh bbsload-0.2.8/resource.hh
--- bbsload-0.2.8.old/resource.hh	2008-11-25 18:09:55.000000000 +0100
+++ bbsload-0.2.8/resource.hh	2008-11-25 18:12:49.000000000 +0100
@@ -121,8 +121,8 @@
 {
 
 public:
-    Resource::Resource(ToolWindow *);
-    Resource::~Resource(void);
+    Resource(ToolWindow *);
+    ~Resource(void);
 
     struct FRAME frame;
     struct LABEL label;



1.1                  x11-misc/bbsload/files/bbsload-0.2.8-as-needed.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbsload/files/bbsload-0.2.8-as-needed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbsload/files/bbsload-0.2.8-as-needed.patch?rev=1.1&content-type=text/plain

Index: bbsload-0.2.8-as-needed.patch
===================================================================
diff -NrU5 bbsload-0.2.8.orig/configure.in bbsload-0.2.8/configure.in
--- bbsload-0.2.8.orig/configure.in	2008-12-18 00:44:23.000000000 +0100
+++ bbsload-0.2.8/configure.in	2008-12-18 00:46:33.000000000 +0100
@@ -87,16 +87,16 @@
 AC_PATH_X
 AC_PATH_XTRA
 
 CFLAGS="$CFLAGS $X_CFLAGS"
 CXXFLAGS="$CXXFLAGS $X_CFLAGS"
-LDFLAGS="$LDFLAGS $X_LIBS $X_PRE_LIBS"
+LIBS="$X_LIBS $X_PRE_LIBS"
 dnl Checks for X libraries.
-AC_CHECK_LIB(X11, XOpenDisplay, LDFLAGS="$LDFLAGS -lX11",
+AC_CHECK_LIB(X11, XOpenDisplay, LIBS="$LIBS -lX11",
              AC_MSG_ERROR(XOpenDisplay not found in -lX11))
 
-LDFLAGS="$LDFLAGS $X_EXTRA_LIBS"
+LIBS="$LIBS $X_EXTRA_LIBS"
 
 dnl Checks for header files.
 AC_HEADER_STDC
 AC_CHECK_HEADERS(malloc.h)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-17 23:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 23:55 [gentoo-commits] gentoo-x86 commit in x11-misc/bbsload/files: bbsload-0.2.8-gcc43.patch bbsload-0.2.8-as-needed.patch Peter Alfredsen (loki_val)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox