Bug 36438

Summary: [PATCH] games/alephone needs to depend on graphics/sdl_image
Product: Ports & Packages Reporter: Josh Elsasser <jre>
Component: Individual Port(s)Assignee: Pete Fritchman <petef>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Josh Elsasser 2002-03-28 21:50:01 UTC
	If graphics/sdl_image is not installed, alephone fails on
startup with '/usr/libexec/ld-elf.so.1: Shared object
"libSDL_image.so.10" not found'

How-To-Repeat: 	Uninstall graphics/sdl_image (if installed), and install and
run games/alephone
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2002-03-28 23:12:21 UTC
State Changed
From-To: open->feedback

This dependency does seem to be needed, but I still can't build the port 
after having sdl_image installed.. ideas? 

c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../Source_Files/CSeries   -I../../Source_Files/Misc -I../../Source_Files/ModelView  -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/SDL11 -D_REENTRANT -DSDL  -O -pipe -c network.cpp 
network.cpp:60: network_modem.h: No such file or directory 
*** Error code 1 

Stop in /usr/home/petef/cvs/alephone/work/AlephOne-0.12.0/Source_Files/Network. 
*** Error code 1 



Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2002-03-28 23:12:21 UTC
Responsible Changed
From-To: freebsd-ports->petef

I'll handle this.
Comment 3 Pete Fritchman freebsd_committer freebsd_triage 2002-03-29 07:52:43 UTC
State Changed
From-To: feedback->closed

Committed with a fix to allow this to compile, thanks!