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 571B8139A84 for ; Fri, 4 Sep 2015 08:35:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19687143B5; Fri, 4 Sep 2015 08:33:40 +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 5BFD5143AE for ; Fri, 4 Sep 2015 08:33:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA6BE3409FE for ; Fri, 4 Sep 2015 08:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61A6A1AA 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-2 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-2 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: 8dd5f1b4-749e-4005-ae5f-c4f3a353e30f X-Archives-Hash: d168cdfe5df971433403855a0d1e54f3 Message-ID: <20150904083323.kVMXz7We8S4zhrJCzy7tyfcng7JAH8AsAdrTVinF3RM@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"