--- src/SConscript.orig Wed Jun 13 07:04:35 2007 +++ src/SConscript Thu Jun 14 15:51:17 2007 @@ -26,11 +26,10 @@ Import('conf_env') -env = Environment(CC = 'gcc', - CXX = 'g++', - CXXFLAGS = ['-O0', '-Wall', '-Werror', '-g', '-DDEBUG'] + conf_env['CXXFLAGS']) - -env.Append(CXXFLAGS = conf_env['CXXFLAGS']) +env = conf_env.Copy() +env.Append(LIBS = ['GL', 'GLU', 'squirrel', 'physfs', 'SDL_image', 'openal', 'glew', 'ogg', 'vorbis', 'vorbisfile', 'png', 'iconv']) +env.Append(LIBPATH = ['../lib/'] ) +env.Append(CPPPATH = ['.', '..', '../lib/SQUIRREL2/include/', '../lib/glew']) # env.Copy(LIBS = ['a', 'b']) @@ -184,9 +183,6 @@ 'sprite3d/sprite3d.cpp', 'tinygettext/gettext.cpp', 'tinygettext/tinygettext.cpp' -], -LIBS = ['GL', 'GLU', 'squirrel', 'physfs', 'SDL_image', 'openal', 'glew', 'ogg', 'vorbis', 'vorbisfile', 'png'] + env['LIBS'], -LIBPATH = ['../lib/'], -CPPPATH = env['CPPPATH'] + ['.', '..', '../lib/SQUIRREL2/include/', '../lib/glew']) +]) # EOF # /> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/math/php56-gmp
Commit message (Expand)AuthorAgeFilesLines
* lang/php56: Update from 5.6.25 to 5.6.26tz2016-09-231-1/+0
* lang/php56: Update from 5.6.24 to 5.6.25tz2016-08-301-1/+1
* Don't use extension.ini any more, and have each extension install in itsmat2016-08-031-0/+1