public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/enter/files: enter-0.0.9-build.patch
@ 2012-01-23 18:46 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-23 18:46 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/23 18:46:17

  Added:                enter-0.0.9-build.patch
  Log:
  Use pkg-config instead of xft-config for libXft detection wrt #397739 by "Weonbin"
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-misc/enter/files/enter-0.0.9-build.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/enter/files/enter-0.0.9-build.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/enter/files/enter-0.0.9-build.patch?rev=1.1&content-type=text/plain

Index: enter-0.0.9-build.patch
===================================================================
http://bugs.gentoo.org/397739

--- configure.ac
+++ configure.ac
@@ -32,11 +32,8 @@
 
 AC_CHECK_FT2
 
-AC_PATH_PROGS([XFT_CONFIG], [xft-config], [none])
-if test "x$XFT_CONFIG" = "xnone"; then
-	AC_MSG_ERROR([You need to have libXft.])
-fi
-XFT_LIBS=`$XFT_CONFIG --libs`
+PKG_CHECK_MODULES([XFT], [xft])
+
 AC_CHECK_LIB([Xft], [XftFontOpenName],,
 			AC_MSG_ERROR([You need to have libXft.]))
 
--- src/Makefile.am
+++ src/Makefile.am
@@ -20,5 +20,5 @@
 	gui.c gui.h
 
 enter_CFLAGS = @DEBUG_CFLAGS@ @FT2_CFLAGS@ @IMLIB_CFLAGS@ @X_CFLAGS@ -DCONFDIR=\"$(sysconfdir)\" -DTHEMEDIR=\"$(datadir)/@PACKAGE@/themes\"
-enter_LDFLAGS = @X_LIBS@ @IMLIB_LIBS@ @FT2_LIBS@ -lcrypt
+enter_LDADD = @X_LIBS@ @IMLIB_LIBS@ @FT2_LIBS@ -lcrypt
 






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/enter/files: enter-0.0.9-build.patch
@ 2012-02-26 17:41 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-02-26 17:41 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/02/26 17:41:43

  Removed:              enter-0.0.9-build.patch
  Log:
  punt enter because upstream is quiet, no native CK support and not very popular



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

end of thread, other threads:[~2012-02-26 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-26 17:41 [gentoo-commits] gentoo-x86 commit in x11-misc/enter/files: enter-0.0.9-build.patch Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-23 18:46 Samuli Suominen (ssuominen)

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