mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
4d762c2da0
locale_charset() is used when the ICONV option is enabled. [1] - Remove X_CFLAGS from CONFIGURE_ENV. Not needed. - Remove --mandir=${MANPREFIX}/man from CONFIGURE_ARGS. Redundant. - Patch configure directly instead of configure.ac+autoconf. - Prevent rebuilding manpages with --disable-mandoc. - USES=tar:bzip2. - Missing dependencies: USES=perl5, USE_XORG=xcursor xinerama xrender sm. - Restore default options from before OPTIONSng conversion. - Use OPTIONS_SUB=yes. - Staging. - Specify --without-iconv-library when empty(ICONV_LIB) to force libc iconv. - New LIB_DEPENDS syntax. - Remove remnants of OPTIONSng conversion: WITHOUT_GTK and WITHOUT_GNOME. - Use --disable-gtk instead of --disable-gtktest. Reported by: kib [1]
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
--- configure.orig 2012-04-20 13:03:57.000000000 +0200
|
|
+++ configure 2014-03-28 17:42:24.000000000 +0100
|
|
@@ -6492,7 +6492,6 @@
|
|
switch (*p = p = *c) { case 0: printf("%Q", c, p); }
|
|
*c = &i; c = p;
|
|
while (1 || (unsigned int)3 >= 0 || ((int)-1) == ((unsigned int)1));
|
|
- return;
|
|
;
|
|
return 0;
|
|
}
|