Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/getopt/files: getopt-1.1.5-libintl.patch
Date: Fri, 28 Dec 2012 10:48:04
Message-Id: 20121228104753.AA7102171E@flycatcher.gentoo.org
1 grobian 12/12/28 10:47:53
2
3 Added: getopt-1.1.5-libintl.patch
4 Log:
5 Add back libintl bits for e.g. Solaris 10
6
7 (Portage version: 2.2.01.21418-prefix/cvs/SunOS sparc, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.1 app-misc/getopt/files/getopt-1.1.5-libintl.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/getopt/files/getopt-1.1.5-libintl.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/getopt/files/getopt-1.1.5-libintl.patch?rev=1.1&content-type=text/plain
14
15 Index: getopt-1.1.5-libintl.patch
16 ===================================================================
17 --- Makefile.orig 2012-12-28 11:40:09.524686698 +0100
18 +++ Makefile 2012-12-28 11:41:20.646157275 +0100
19 @@ -61,7 +61,7 @@
20 -$(RM) $(objects) $(binaries)
21
22 getopt: $(objects)
23 - $(CC) $(LDFLAGS) -o $@ $(objects)
24 + $(CC) $(LDFLAGS) -o $@ $(objects) $(LIBINTL)
25
26 install: getopt install_po
27 $(INSTALL) -m 755 -d $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir)