added everything

This commit is contained in:
Metario
2017-04-17 06:17:10 -06:00
commit 9c6ff74f19
6121 changed files with 1625704 additions and 0 deletions

11
mk/conf.GCC2.FreeBSD.mk Executable file
View File

@@ -0,0 +1,11 @@
include ../mk/conf.UNIX.mk
# override defaults
CFLAGS.GENERAL = -DUSE_FILE_REDIRECT -I/usr/X11R6/include/ -march=i586 \
-mcpu=i686 -ffast-math -fno-exceptions #-fno-check-new
# GLU must be statically linked, otherwise torque will crash.
LINK.LIBS.GENERAL = -Wl,-static -Wl,-lGLU -Wl,-dy -L/usr/X11R6/lib -L/usr/local/lib -lSDL -pthread # -lefence
LINK.LIBS.SERVER = -pthread