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 DE3711399E6 for ; Fri, 4 Sep 2015 08:29:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E63DE1423A; Fri, 4 Sep 2015 08:29:52 +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 112DA1427E for ; Fri, 4 Sep 2015 08:29:51 +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 0152334098F for ; Fri, 4 Sep 2015 08:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 669C3182 for ; Fri, 4 Sep 2015 08:29:49 +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: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:master commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: master Date: Fri, 4 Sep 2015 08:29:49 +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: 91ba4acb-141e-4cd7-a2dd-d716e3f8fe12 X-Archives-Hash: ebeb17bdfe6ea738173a9358e9c9a4cc Message-ID: <20150904082949.FKbNifUUhLwnIS5YKZyTBz-fKRi5wsYJTLmliZJddQQ@z> commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la +