summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-01-08 22:11:37 +0100
committerBardur Arantsson <bardur@scientician.net>2010-01-08 23:46:24 +0100
commit2b5ab5e1ff1cf0c97b81850f424b507e8291c7c2 (patch)
treee9768267a1dce682cd64a304d279dbecbbbb6f9b
parent52125014176fd404a596ebae5e5a6117b6fa01d0 (diff)
Import fix from CVS: Erroneus comments in makefile.std
-rw-r--r--src/makefile.std4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.std b/src/makefile.std
index c9247df8..3d762d49 100644
--- a/src/makefile.std
+++ b/src/makefile.std
@@ -330,9 +330,9 @@ LIBS = -L/usr/X11R6/lib -lX11
#COPTS = -Wall -O1 -pipe -g
#INCLUDES = -I/usr/X11R6/include
#DEFINES = -DLUA_NUM_TYPE=int -DUSE_X11 \
-# -DUSE_EGO_GRAPHICS -DUSE_TRANSPARAENCY -DSUPPORT_GAMMA \
+# -DUSE_EGO_GRAPHICS -DUSE_TRANSPARENCY -DSUPPORT_GAMMA \
# -DUSE_PRECISE_CMOVIE -DUSE_UNIXSOCK
-#LIBS = -L/usr/X11R6/lib -LX11
+#LIBS = -L/usr/X11R6/lib -lX11
### End of configurable section ###