-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Don't build included libintl or include its headers
- Fix libintl/libiconv detection - Bump PKGNAME
- Loading branch information
Aleksander Piotrowski
committed
Nov 19, 2005
1 parent
6cd317f
commit a9615b7
Showing
6 changed files
with
71 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
$OpenBSD: patch-Makefile_in,v 1.1 2005/11/19 01:23:42 alek Exp $ | ||
--- Makefile.in.orig Sat Nov 19 01:11:37 2005 | ||
+++ Makefile.in Sat Nov 19 01:11:45 2005 | ||
@@ -107,7 +107,7 @@ l = @l@ | ||
|
||
AUTOMAKE_OPTIONS = gnits 1.2h | ||
|
||
-SUBDIRS = lib intl src doc man m4 po tests | ||
+SUBDIRS = lib src doc man m4 po tests | ||
EXTRA_DIST = ChangeLog.0 Makefile.maint | ||
|
||
# Remove this file here (it is created via configure), not from within intl. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
$OpenBSD: patch-configure,v 1.1 2005/11/19 01:23:42 alek Exp $ | ||
--- configure.orig Sat Nov 19 00:29:02 2005 | ||
+++ configure Sat Nov 19 00:29:44 2005 | ||
@@ -11036,7 +11036,7 @@ if eval "test \"\${ac_cv_lib_$ac_lib_var | ||
echo $ac_n "(cached) $ac_c" 1>&6 | ||
else | ||
ac_save_LIBS="$LIBS" | ||
-LIBS="-lintl $LIBS" | ||
+LIBS="-lintl -liconv $LIBS" | ||
cat > conftest.$ac_ext <<EOF | ||
#line 11042 "configure" | ||
#include "confdefs.h" | ||
@@ -11071,7 +11071,7 @@ if eval "test \"\${ac_cv_lib_$ac_lib_var | ||
echo $ac_n "(cached) $ac_c" 1>&6 | ||
else | ||
ac_save_LIBS="$LIBS" | ||
-LIBS="-lintl $LIBS" | ||
+LIBS="-lintl -liconv $LIBS" | ||
cat > conftest.$ac_ext <<EOF | ||
#line 11077 "configure" | ||
#include "confdefs.h" | ||
@@ -11105,7 +11105,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l | ||
#define $ac_tr_lib 1 | ||
EOF | ||
|
||
- LIBS="-lintl $LIBS" | ||
+ LIBS="-lintl -liconv $LIBS" | ||
|
||
else | ||
echo "$ac_t""no" 1>&6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
$OpenBSD: patch-lib_Makefile_in,v 1.1 2005/11/19 01:23:42 alek Exp $ | ||
--- lib/Makefile.in.orig Sat Nov 19 01:40:25 2005 | ||
+++ lib/Makefile.in Sat Nov 19 01:40:34 2005 | ||
@@ -109,7 +109,7 @@ AUTOMAKE_OPTIONS = ../src/ansi2knr | ||
|
||
noinst_LIBRARIES = libsu.a | ||
|
||
-INCLUDES = -I.. -I$(srcdir) -I../intl | ||
+INCLUDES = -I.. -I$(srcdir) | ||
|
||
libsu_a_SOURCES = getdate.y posixtm.c readtokens.c \ | ||
argmatch.c basename.c canon-host.c closeout.c full-write.c \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters