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

Perforce Review Daemon p4review at smee.org
Tue Apr 11 08:10:03 EDT 2006


Change 77601 by andraž_levstik at omega.mages.ath.cx on 2006/04/11 13:08:37

	Missed a " nasty

Affected files ...

... //sgl/grimoires/devel/ChangeLog#286 edit
... //sgl/grimoires/devel/FUNCTIONS#32 edit

Differences ...

==== //sgl/grimoires/devel/ChangeLog#286 (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/devel/FUNCTIONS#32 (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}                    &&



More information about the SM-Commit mailing list