View | Details | Raw Unified | Return to bug 179753
Collapse All | Expand All

(-)converters/libiconv/Makefile (-1 lines)
Lines 10-16 MASTER_SITES= GNU Link Here
10
MAINTAINER=	gnome@FreeBSD.org
10
MAINTAINER=	gnome@FreeBSD.org
11
COMMENT=	A character set conversion library
11
COMMENT=	A character set conversion library
12
12
13
USE_AUTOTOOLS=	libtool
14
GNU_CONFIGURE=	yes
13
GNU_CONFIGURE=	yes
15
LIBTOOLFILES=	configure libcharset/configure preload/configure
14
LIBTOOLFILES=	configure libcharset/configure preload/configure
16
CONFIGURE_ARGS=	--enable-static \
15
CONFIGURE_ARGS=	--enable-static \
(-)converters/libiconv/files/patch-lib_Makefile.in (-11 lines)
Lines 1-16 Link Here
1
--- lib/Makefile.in.orig	2011-08-07 19:48:03.000000000 +0200
1
--- lib/Makefile.in.orig	2011-08-07 19:48:03.000000000 +0200
2
+++ lib/Makefile.in	2011-10-23 22:03:44.000000000 +0200
2
+++ lib/Makefile.in	2011-10-23 22:03:44.000000000 +0200
3
@@ -26,8 +26,8 @@
4
 -Dset_relocation_prefix=libiconv_set_relocation_prefix \
5
 -Drelocate=libiconv_relocate @DEFS@
6
 LIBTOOL = @LIBTOOL@
7
-LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile
8
-LIBTOOL_LINK = $(LIBTOOL) --mode=link
9
+LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile --tag=CC
10
+LIBTOOL_LINK = $(LIBTOOL) --mode=link --tag=CC
11
 LIBTOOL_INSTALL = $(LIBTOOL) --mode=install
12
 LIBTOOL_UNINSTALL = $(LIBTOOL) --mode=uninstall
13
 # Windows resource compiler (windres). Used via libtool.
14
@@ -50,7 +50,7 @@
3
@@ -50,7 +50,7 @@
15
 
4
 
16
 # Before making a release, change this according to the libtool documentation,
5
 # Before making a release, change this according to the libtool documentation,
(-)converters/libiconv/files/patch-libcharset::lib::Makefile.in (-13 lines)
Lines 1-13 Link Here
1
--- libcharset/lib/Makefile.in.orig	Thu Jan 30 03:43:59 2003
2
+++ libcharset/lib/Makefile.in		Tue Oct 14 16:55:29 2003
3
@@ -25,8 +25,8 @@
4
 -Dset_relocation_prefix=libcharset_set_relocation_prefix \
5
 -Drelocate=libcharset_relocate @DEFS@
6
 LIBTOOL = @LIBTOOL@
7
-LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile
8
-LIBTOOL_LINK = $(LIBTOOL) --mode=link
9
+LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile --tag=CC
10
+LIBTOOL_LINK = $(LIBTOOL) --mode=link --tag=CC
11
 LIBTOOL_INSTALL = $(LIBTOOL) --mode=install
12
 LIBTOOL_UNINSTALL = $(LIBTOOL) --mode=uninstall
13
 RM = rm -f
(-)converters/libiconv/files/patch-src::Makefile.in (-11 lines)
Lines 1-16 Link Here
1
--- src/Makefile.in.orig	2009-06-21 07:17:33.000000000 -0400
1
--- src/Makefile.in.orig	2009-06-21 07:17:33.000000000 -0400
2
+++ src/Makefile.in	2009-07-04 19:46:15.000000000 -0400
2
+++ src/Makefile.in	2009-07-04 19:46:15.000000000 -0400
3
@@ -23,8 +23,8 @@
4
 LDFLAGS = @LDFLAGS@
5
 INCLUDES = -I. -I$(srcdir) -I.. -I../include -I$(srcdir)/../include -I../srclib -I$(srcdir)/../srclib
6
 LIBTOOL = @LIBTOOL@
7
-LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile
8
-LIBTOOL_LINK = $(LIBTOOL) --mode=link
9
+LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile --tag=CC
10
+LIBTOOL_LINK = $(LIBTOOL) --mode=link --tag=CC
11
 LIBTOOL_INSTALL = $(LIBTOOL) --mode=install
12
 LIBTOOL_UNINSTALL = $(LIBTOOL) --mode=uninstall
13
 WINDRES = @WINDRES@
14
@@ -113,6 +113,7 @@ install : all force
3
@@ -113,6 +113,7 @@ install : all force
15
 	if [ ! -d $(DESTDIR)$(bindir) ] ; then $(mkinstalldirs) $(DESTDIR)$(bindir) ; fi
4
 	if [ ! -d $(DESTDIR)$(bindir) ] ; then $(mkinstalldirs) $(DESTDIR)$(bindir) ; fi
16
 	case "@host_os@" in \
5
 	case "@host_os@" in \
(-)converters/libiconv/files/patch-test::Makefile.in (-13 lines)
Lines 1-13 Link Here
1
--- tests/Makefile.in.orig	2009-08-11 23:52:40.000000000 +0000
2
+++ tests/Makefile.in	2009-08-11 23:56:06.000000000 +0000
3
@@ -12,8 +12,8 @@
4
 LDFLAGS = @LDFLAGS@
5
 INCLUDES = -I. -I$(srcdir) -I../include -I$(srcdir)/../include -I../srclib -I$(srcdir)/../srclib -I../lib
6
 LIBTOOL = @LIBTOOL@
7
-LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile
8
-LIBTOOL_LINK = $(LIBTOOL) --mode=link
9
+LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile --tag=CC
10
+LIBTOOL_LINK = $(LIBTOOL) --mode=link --tag=CC
11
 LIBTOOL_INSTALL = $(LIBTOOL) --mode=install
12
 LIBTOOL_UNINSTALL = $(LIBTOOL) --mode=uninstall
13
 RM = rm -f

Return to bug 179753