From: John Stone (johns_at_ks.uiuc.edu)
Date: Wed Mar 21 2012 - 11:15:38 CDT

Ben,
  I have applied this change to CVS. Assuming it doesn't break on another
platform, it will show up in the public VMD CVS tree tonight.

Cheers,
  John Stone
  vmd_at_ks.uiuc.edu

On Mon, Mar 19, 2012 at 10:42:36PM -0400, Benjamin Kaduk wrote:
> Hi all,
>
> Apparently GNU make does not like (sometimes?) does not like when a
> variable's definition depends on itself, and errors out.
> I'm getting back to making VMD run on FreeBSD again (after a long hiatus),
> and needed to apply:
> --- ../plugins/hesstrans/Makefile.orig 2012-03-19 19:58:44.000000000 -0400
> +++ ../plugins/hesstrans/Makefile 2012-03-19 19:59:01.000000000 -0400
> @@ -12,7 +12,7 @@
> ARCHDIR=${COMPILEDIR}/lib_${ARCH}/tcl/hesstrans$(VERSION)
> SRCDIR=src
> INCDIR=-Isrc
> -CXXFLAGS = -g $(CXXFLAGS)
> +CXXFLAGS += -g
> VPATH = src ${ARCHDIR}
>
>
> I'd be much obliged if someone could get that into CVS. That's the only
> new patch I had to add, and I got to get rid of many of my old patches
> from the bits that John committed the last time I was looking at this.
> (Thanks, John!)
>
> Thanks,
>
> Ben Kaduk

-- 
NIH Resource for Macromolecular Modeling and Bioinformatics
Beckman Institute for Advanced Science and Technology
University of Illinois, 405 N. Mathews Ave, Urbana, IL 61801
http://www.ks.uiuc.edu/~johns/           Phone: 217-244-3349
http://www.ks.uiuc.edu/Research/vmd/       Fax: 217-244-6078