Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2004 23:09:14 +0200
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        Michael Nottebrock <michaelnottebrock@gmx.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: reallyslick failing
Message-ID:  <20040503210914.GA485@isis.wad.cz>
In-Reply-To: <200405032247.10996.michaelnottebrock@gmx.net>
References:  <200405032247.10996.michaelnottebrock@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--M9NhX3UHpAaciwkO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

# michaelnottebrock@gmx.net / 2004-05-03 22:47:10 +0200:
> This has been consistently failing to upgrade here:
> 
> c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src  
> -I/usr/X11R6/include -I/usr/local/include  -O -pipe  -c -o 
> skyrocket_textures.o `test -f 'skyrocket_textures.cpp' || echo 
> './'`skyrocket_textures.cpp
> c++  -O -pipe    -o skyrocket  driver.o skyrocket.o skyrocket_flare.o 
> skyrocket_particle.o skyrocket_shockwave.o skyrocket_smoke.o 
> skyrocket_sound.o skyrocket_world.o skyrocket_textures.o rsVec.o rsMatrix.o 
> rsQuat.o -lbz2 -lMagick -lGLU -lGL  -L/usr/X11R6/lib  -lSM -lICE -lX11   
> -L/usr/X11R6/lib  -lSM -lICE -lX11  -lm  -L/usr/local/lib -lXext
> /usr/local/lib/libjasper.so.4: warning: tmpnam() possibly used unsafely; 
> consider using mkstemp()
> skyrocket_sound.o: In function `initSound(void)':
> skyrocket_sound.o(.text+0x4a): undefined reference to `alutInit'

    Does it get better with this patch?

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

--M9NhX3UHpAaciwkO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment;
	filename="graphics::reallyslick::Makefile-openal.patch"

Index: graphics/reallyslick/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/reallyslick/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- graphics/reallyslick/Makefile	17 Apr 2004 13:53:06 -0000	1.5
+++ graphics/reallyslick/Makefile	3 May 2004 21:07:23 -0000
@@ -15,6 +15,8 @@
 MAINTAINER=	dyeske@yahoo.com
 COMMENT=	OpenGL screensaver collection
 
+LIB_DEPENDS=	openal.0:${PORTSDIR}/audio/openal
+
 USE_X_PREFIX=	yes
 USE_BZIP2=	yes
 USE_GL=		yes

--M9NhX3UHpAaciwkO--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040503210914.GA485>