[SM-Commit] PERFORCE change 77603 by Andra?? "ruskie" Levstik for review

Perforce Review Daemon p4review at smee.org
Tue Apr 11 08:15:01 EDT 2006


Change 77603 by andraž_levstik at omega.mages.ath.cx on 2006/04/11 13:11:14

	Ups missed a "

Affected files ...

... //sgl/grimoires/games/ChangeLog#47 integrate
... //sgl/grimoires/games/FUNCTIONS#20 integrate
... //sgl/grimoires/test/ChangeLog#241 integrate
... //sgl/grimoires/test/FUNCTIONS#25 integrate
... //sgl/grimoires/z-rejected/ChangeLog#33 integrate
... //sgl/grimoires/z-rejected/FUNCTIONS#9 integrate

Differences ...

==== //sgl/grimoires/games/ChangeLog#47 (text) ====

@@ -1,6 +1,7 @@
 2006-04-11 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* FUNCTIONS: added a new function: disable_pic()
-	  should be used when needing to get rid of -fPIC and -DPIC flags
+	  should be used when needing to get rid of -fPIC and -DPIC flags,
+	  missed a "
 
 2006-04-10 Arwed v. Merkatz <v.merkatz at gmx.net>
 	* games-puzzles/gplanarity: new spell

==== //sgl/grimoires/games/FUNCTIONS#20 (xtext) ====

@@ -211,7 +211,7 @@
 
 disable_pic() {
 if [[ "$SMGL_COMPAT_ARCHS[1]" != "x86_64" ]] ||
-   [[ "$1" == "force ]]
+   [[ "$1" == "force" ]]
 then
 CFLAGS=${CFLAGS/-fPIC}                    &&
 CFLAGS=${CFLAGS/-DPIC}                    &&

==== //sgl/grimoires/test/ChangeLog#241 (text) ====

@@ -1,6 +1,7 @@
 2006-04-11 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* FUNCTIONS: added a new function: disable_pic()
-	  should be used when needing to get rid of -fPIC and -DPIC flags
+	  should be used when needing to get rid of -fPIC and -DPIC flags,
+	  missed a "
 
 2006-04-10 Pol Vinogradov <vin.public at gmail.com>
 	* x11-toolkits/qscintilla-designer: new spell, plugin to Qt Designer

==== //sgl/grimoires/test/FUNCTIONS#25 (xtext) ====

@@ -410,7 +410,7 @@
 
 disable_pic() {
 if [[ "$SMGL_COMPAT_ARCHS[1]" != "x86_64" ]] ||
-   [[ "$1" == "force ]]
+   [[ "$1" == "force" ]]
 then
 CFLAGS=${CFLAGS/-fPIC}                    &&
 CFLAGS=${CFLAGS/-DPIC}                    &&

==== //sgl/grimoires/z-rejected/ChangeLog#33 (text) ====

@@ -1,6 +1,7 @@
 2006-04-11 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* FUNCTIONS: added a new function: disable_pic()
-	  should be used when needing to get rid of -fPIC and -DPIC flags
+	  should be used when needing to get rid of -fPIC and -DPIC flags,
+	  missed a "
 
 2006-04-03 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
         * z-games/snes9x: moved to z-games      

==== //sgl/grimoires/z-rejected/FUNCTIONS#9 (xtext) ====

@@ -435,7 +435,7 @@
 
 disable_pic() {
 if [[ "$SMGL_COMPAT_ARCHS[1]" != "x86_64" ]] ||
-   [[ "$1" == "force ]]
+   [[ "$1" == "force" ]]
 then
 CFLAGS=${CFLAGS/-fPIC}                    &&
 CFLAGS=${CFLAGS/-DPIC}                    &&



More information about the SM-Commit mailing list