- Remove file "files/patch-src__help.cpp" [1]. - Add WITHOUT_NLS support [2]. - Don't remove "share/pixmaps" [2]. - Respect CFLAGS [2]. - Fix building on 5.X and 6.X [2]. PR: ports/95812 [1] Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1] Reworked by: alepulver [2] Approved by: garga (mentor)
11 lines
479 B
Text
11 lines
479 B
Text
--- ./configure.orig Thu Mar 16 17:32:54 2006
|
|
+++ ./configure Thu May 4 14:45:01 2006
|
|
@@ -1708,7 +1708,7 @@
|
|
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
|
|
fi
|
|
|
|
-if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
|
|
+if mkdir -p -- --version >/dev/null 2>&1 && test -d ./--version; then
|
|
# We used to keeping the `.' as first argument, in order to
|
|
# allow $(mkdir_p) to be used without argument. As in
|
|
# $(mkdir_p) $(somedir)
|