From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C91C61399E6 for ; Fri, 4 Sep 2015 08:35:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 718E1143C7; Fri, 4 Sep 2015 08:33:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCB3C95860 for ; Fri, 4 Sep 2015 08:33:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22AD7340A59 for ; Fri, 4 Sep 2015 08:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD5FD18C for ; Fri, 4 Sep 2015 08:33:23 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1233782602.977a8d90f09882d88c976a89c111c2aa108af101.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-3 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/14_all_ac-editres.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 977a8d90f09882d88c976a89c111c2aa108af101 X-VCS-Branch: pam_skey-1.1.5-patches-3 Date: Fri, 4 Sep 2015 08:33:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 164b136e-13c8-4e3b-8c82-96e8bd4177eb X-Archives-Hash: 5ea5d2507af61597506f5929855fe2ac Message-ID: <20150904083323.4dso8vpnvlKFnAc1lxEzienO6c2OJUOHduen_u-M6Pc@z> commit: 977a8d90f09882d88c976a89c111c2aa108af101 Author: Ulrich Müller gentoo org> AuthorDate: Wed Feb 4 21:23:22 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 4 21:23:22 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=977a8d90 Fix "present but cannot be compiled" warning in configure, bug 82081. patchsets/motif/2.2.3/14_all_ac-editres.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/patchsets/motif/2.2.3/14_all_ac-editres.patch b/patchsets/motif/2.2.3/14_all_ac-editres.patch new file mode 100644 index 0000000..253ac78 --- /dev/null +++ b/patchsets/motif/2.2.3/14_all_ac-editres.patch @@ -0,0 +1,12 @@ +http://bugs.gentoo.org/82081 + +--- openMotif-2.2.3-orig/configure.in ++++ openMotif-2.2.3/configure.in +@@ -58,6 +58,7 @@ + X_XMU=-lXmu + AC_DEFINE(HAVE_LIBXMU, [], [HAVE_LIBXMU]) + , X_XMU="", -lXt -lX11) ++,,[[#include ]] + ) + AC_SUBST(X_XMU) + LIBS="$save_LIBS"