public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libXcm/files: libXcm-0.5.0-buildsystem.patch
@ 2012-03-10  3:31 Michael Weber (xmw)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2012-03-10  3:31 UTC (permalink / raw
  To: gentoo-commits

xmw         12/03/10 03:31:27

  Added:                libXcm-0.5.0-buildsystem.patch
  Log:
  Revbump to restore X use flag.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-libs/libXcm/files/libXcm-0.5.0-buildsystem.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libXcm/files/libXcm-0.5.0-buildsystem.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libXcm/files/libXcm-0.5.0-buildsystem.patch?rev=1.1&content-type=text/plain

Index: libXcm-0.5.0-buildsystem.patch
===================================================================
--- libXcm-0.5.0/configure.ac
+++ libXcm-0.5.0/configure.ac
@@ -37,6 +37,14 @@
 
 LIBTOOL_VERSION=$LIBTOOL_CURRENT:$LIBTOOL_REVISION:$LIBTOOL_AGE
 
+AC_MSG_CHECKING([wether to enable x11 support])
+AC_ARG_WITH(x11,
+    [  --with-x11           enable x11 support],
+    with_x11=$withval,
+    with_x11=yes)
+AC_MSG_RESULT($with_x11)
+
+if test "$with_x11" = "yes"; then
 PKG_CHECK_EXISTS([x11], [
 	PKG_CHECK_MODULES([libX11], [x11])
 	PKG_CHECK_MODULES([libXfixes], [xfixes])
@@ -50,6 +58,12 @@
 	AM_CONDITIONAL([HAVE_X11], [false])
         HAVE_X11=
 ])
+else
+	AC_MSG_CHECKING([for libX11])
+	AC_MSG_RESULT([no])
+	AM_CONDITIONAL([HAVE_X11], [false])
+	HAVE_X11=
+fi
 
 AC_PATH_PROGS(RPMBUILD, rpm, :)
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libXcm/files: libXcm-0.5.0-buildsystem.patch
@ 2014-07-30 22:29 Michael Weber (xmw)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2014-07-30 22:29 UTC (permalink / raw
  To: gentoo-commits

xmw         14/07/30 22:29:44

  Removed:              libXcm-0.5.0-buildsystem.patch
  Log:
  Version bump (bug 503798)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)


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

end of thread, other threads:[~2014-07-30 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-10  3:31 [gentoo-commits] gentoo-x86 commit in media-libs/libXcm/files: libXcm-0.5.0-buildsystem.patch Michael Weber (xmw)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-30 22:29 Michael Weber (xmw)

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