[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-461-g2740624

Picca Frederic-Emmanuel (none) picca at mordor.
Sat Sep 5 10:12:22 UTC 2009


The following commit has been merged in the stable branch:
commit 2740624fb8a49d3e3e6f3a37f89b6de8d035b7ff
Author: Picca Frederic-Emmanuel <picca at mordor.(none)>
Date:   Sat Sep 5 10:05:35 2009 +0200

    * no need to links against X11 to compile lisaac

diff --git a/Makefile b/Makefile
index 2f9137f..f1810f2 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ bin/path.h:
 	@echo "#define LISAAC_DIRECTORY \"$(LIB)\"" > bin/path.h
 
 bin/lisaac: bin/lisaac.c bin/path.h
-	$(CC) $(CFLAGS) $< -o $@ -lm -lX11 -fomit-frame-pointer
+	$(CC) $(CFLAGS) $< -o $@ -lm -fomit-frame-pointer
 
 bin/shorter: bin/shorter.c bin/path.h
 	$(CC) $(CFLAGS) $< -o $@

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list