1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Update WWW [1]

- Fix build on 9.x

PR:		142753
Submitted by:	Hardy Schumacher <hardy.schumacher _at_ gmx.de> [1]
This commit is contained in:
Jose Alonso Cardenas Marquez 2010-01-25 22:53:30 +00:00
parent d07ea34398
commit 2d9aecd94c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248579
3 changed files with 2 additions and 6 deletions

View File

@ -34,10 +34,6 @@ PORTDOCS= CREDITS README
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not build
.endif
.if defined(PACKAGE_BUILDING)
SCONS_ARGS+= usex86sse=-1 # disable MMX/SSE on the build cluster
.endif

View File

@ -5,7 +5,7 @@
env.Append(CCFLAGS = '-g')
env.Append(CPPDEFINES = ['DEBUG'])
-elif (sys.platform == 'freebsd5') or (sys.platform == 'freebsd6') or (sys.platform == 'freebsd7'):
+elif (sys.platform == 'freebsd5') or (sys.platform == 'freebsd6') or (sys.platform == 'freebsd7') or (sys.platform == 'freebsd8'):
+elif (sys.platform == 'freebsd6') or (sys.platform == 'freebsd7') or (sys.platform == 'freebsd8') or (sys.platform == 'freebsd9'):
print "Compiling for FreeBSD Environment"
env = Environment(ENV = os.environ)
LOCALBASE = os.environ['LOCALBASE']

View File

@ -3,4 +3,4 @@ German submarine simulation. It is currently available for FreeBSD, Linux/i386
and Windows, but since it uses SDL/OpenGL it should be portable to other
operating systems or platforms.
WWW: http://www.dangerdeep.net/
WWW: http://dangerdeep.sf.net/