On Friday 11 January 2008 20:43:09 Mikko Tolmunen wrote: > > Makefile.template is wrong and this is wrong as well. > well in that case let's patch the Makefile.template then, and if you ever get > couple of minutes of free time to waste please explain what was wrong with > the patch.
Your patch was wrong because Makefile.template should not list LDFLAGS as it currently does. The patch below is correct. > Index: Makefile.template > =================================================================== > RCS file: /cvs/ports/infrastructure/templates/Makefile.template,v > retrieving revision 1.53 > diff -u -r1.53 Makefile.template > --- Makefile.template 17 Sep 2007 09:44:42 -0000 1.53 > +++ Makefile.template 12 Jan 2008 01:39:14 -0000 > @@ -158,7 +158,6 @@ > # Overrides for default values > # > #CFLAGS= ??? > -#LDFLAGS= ??? > #MAKE_FILE= ??? > #PKG_ARCH= ??? > #WRKDIST= ??? if other than ${WRKDIR}/$DISTNAME > > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.