--- makefiles/makefile.orig 2012-12-02 20:22:54.000000000 +0400 +++ makefiles/makefile 2012-12-13 01:08:10.313933225 +0400 @@ -44,7 +44,7 @@ mandelbulber: $(OBJS) $(USER_OBJS) @echo 'Building target: $@' @echo 'Invoking: GCC C++ Linker' - g++ -o"mandelbulber" -L/usr/lib/x86_64-linux-gnu/ $(OBJS) $(USER_OBJS) $(LIBS) + $(CXX) -o"mandelbulber" -L$(LOCALBASE)/lib $(OBJS) $(USER_OBJS) $(LIBS) @echo 'Finished building target: $@' @echo ' ' e Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/comms/thebridge
Commit message (Expand)AuthorAgeFilesLines
* - Update to release 1.09 [1]db2013-01-078-46/+56
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* - remove maintainer tags from pkg-descreadler2011-10-231-3/+0
* - correct paths in cgi script usermgmt.cgi so it will run correctly.db2011-06-142-0/+28
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-2/+2
* - Update to 1.06db2008-11-064-16/+25
* - Update to release 0.96 [1]db2008-03-236-38/+44
* - Update to 0.89db2008-02-163-16/+19
* - Update to release 0.85.db2007-08-086-37/+43
* Change my MAINTAINER: line in Makfile to db@FreeBSD.orgdb2007-01-201-1/+1
* - Update to 0.8.3pav2006-09-25