public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libcompizconfig/files: libcompizconfig-undefinedref.patch
@ 2008-11-01 20:14 Hanno Boeck (hanno)
  0 siblings, 0 replies; 2+ messages in thread
From: Hanno Boeck (hanno) @ 2008-11-01 20:14 UTC (permalink / raw
  To: gentoo-commits

hanno       08/11/01 20:14:57

  Added:                libcompizconfig-undefinedref.patch
  Log:
  add missing patch to libcompizconfig
  (Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64)
   (Signed Manifest commit)

Revision  Changes    Path
1.1                  x11-libs/libcompizconfig/files/libcompizconfig-undefinedref.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libcompizconfig/files/libcompizconfig-undefinedref.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libcompizconfig/files/libcompizconfig-undefinedref.patch?rev=1.1&content-type=text/plain

Index: libcompizconfig-undefinedref.patch
===================================================================
From adf3fefc4afa6225afedaf5f92b0501dafa99c65 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Diego=20'Flameeyes'=20Petten=C3=B2?= <flameeyes@gmail.com>
Date: Sat, 30 Aug 2008 14:51:46 +0200
Subject: [PATCH] Fix undefined references for XStringToKeysym.

The XStringToKeysym function comes from libX11, link to it to not have
undefined references in the shared library.
---
 configure.ac    |    2 ++
 src/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1668771..b8bc4cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,6 +91,8 @@ AC_SUBST(plugindir)
 PKG_CHECK_MODULES(LIBXML2, "libxml-2.0")
 AC_SUBST(LIBXML2_REQUIRES)
 
+PKG_CHECK_MODULES(X11, x11)
+
 AC_CHECK_HEADERS([sys/inotify.h], [have_inotify=yes], [have_inotify=no])
 
 globalmetadata=$datadir/compizconfig/global.xml
diff --git a/src/Makefile.am b/src/Makefile.am
index ac7424f..9bd9722 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,7 +22,7 @@ libcompizconfig_la_SOURCES = \
 	ccs-private.h	\
 	iniparser.h
 
-libcompizconfig_la_LIBADD = @LIBXML2_LIBS@
+libcompizconfig_la_LIBADD = @LIBXML2_LIBS@ $(X11_LIBS)
 
 lib_LTLIBRARIES=libcompizconfig.la
 
-- 
1.6.0.1







^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/libcompizconfig/files: libcompizconfig-undefinedref.patch
@ 2012-09-25 14:40 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-09-25 14:40 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/09/25 14:40:53

  Removed:              libcompizconfig-undefinedref.patch
  Log:
  Drop old compiz libraries
  
  (Portage version: 2.2.0_alpha129/cvs/Linux x86_64)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-25 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-01 20:14 [gentoo-commits] gentoo-x86 commit in x11-libs/libcompizconfig/files: libcompizconfig-undefinedref.patch Hanno Boeck (hanno)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-25 14:40 Sergey Popov (pinkbyte)

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