[csw-devel] SF.net SVN: gar:[9934] csw/mgar/pkg/libxpm/trunk/files/ 0001-Forcing-lintl-on-cxpm.patch

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu May 20 12:45:13 CEST 2010


Revision: 9934
          http://gar.svn.sourceforge.net/gar/?rev=9934&view=rev
Author:   wahwah
Date:     2010-05-20 10:45:13 +0000 (Thu, 20 May 2010)

Log Message:
-----------
libxpm: Adding the -lintl patch

Added Paths:
-----------
    csw/mgar/pkg/libxpm/trunk/files/0001-Forcing-lintl-on-cxpm.patch

Added: csw/mgar/pkg/libxpm/trunk/files/0001-Forcing-lintl-on-cxpm.patch
===================================================================
--- csw/mgar/pkg/libxpm/trunk/files/0001-Forcing-lintl-on-cxpm.patch	                        (rev 0)
+++ csw/mgar/pkg/libxpm/trunk/files/0001-Forcing-lintl-on-cxpm.patch	2010-05-20 10:45:13 UTC (rev 9934)
@@ -0,0 +1,25 @@
+From caa3df9aa2cf9a4e6f7defa95960a95fc76ce826 Mon Sep 17 00:00:00 2001
+From: Maciej Blizinski <maciej at opencsw.org>
+Date: Thu, 20 May 2010 12:24:12 +0200
+Subject: [PATCH] Forcing -lintl on cxpm
+
+---
+ cxpm/Makefile.in |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/cxpm/Makefile.in b/cxpm/Makefile.in
+index 1ca210f..f830ed7 100644
+--- a/cxpm/Makefile.in
++++ b/cxpm/Makefile.in
+@@ -52,7 +52,7 @@ am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"
+ PROGRAMS = $(bin_PROGRAMS)
+ am_cxpm_OBJECTS = cxpm.$(OBJEXT)
+ cxpm_OBJECTS = $(am_cxpm_OBJECTS)
+-cxpm_LDADD = $(LDADD)
++cxpm_LDADD = $(LDADD) -lintl
+ AM_V_lt = $(am__v_lt_$(V))
+ am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+ am__v_lt_0 = --silent
+-- 
+1.7.1
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list