Date: Mon, 20 Feb 2006 23:19:24 +0100 From: Laurent Coustet <ed@debian-fr.net> To: ports@freebsd.org Subject: Re: New release of cPige Message-ID: <43FA406C.9070506@debian-fr.net>
next in thread | raw e-mail | index | archive | help
Hello, in a mail i've done just before, I tell the list that I've released a new version of cPige, but I forgot to test it under BSD make. This patch should fix building under BSD make. --- work/cpige-1.4/Makefile-orig Mon Feb 20 23:12:55 2006 +++ work/cpige-1.4/Makefile Mon Feb 20 23:17:59 2006 @@ -1,9 +1,9 @@ CC ?= gcc CFLAGS +=-Wall -ifeq ($(NOCONFIG),1) +.ifdef NOCONFIG CFLAGS += -DNOCONFIG -endif +.endif OBJS = debug.o mytime.o tool.o pool.o config.o cpige.o Sorry, Best regards, -- Laurent Coustet http://www.debian-fr.org/ Perso: http://ed.zehome.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43FA406C.9070506>