[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-461-g4e18680

Picca Frederic-Emmanuel (none) picca at mordor.
Sat Sep 5 08:24:02 UTC 2009


The following commit has been merged in the master branch:
commit 4e18680631475cccb1f9bfbc527dfa92bff9cd5d
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