Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2001 06:50:03 -0700 (PDT)
From:      Michiel De Wilde <mdewilde@mdw.elis.rug.ac.be>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/28252: New port: xpp: A tool for choosing and configuring the desired printer
Message-ID:  <200106181350.f5IDo3S98041@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/28252; it has been noted by GNATS.

From: Michiel De Wilde <mdewilde@mdw.elis.rug.ac.be>
To: freebsd-gnats-submit@FreeBSD.org, michiel.dewilde@rug.ac.be
Cc:  
Subject: Re: ports/28252: New port: xpp: A tool for choosing and configuring the desired printer
Date: Mon, 18 Jun 2001 15:38:50 +0200

 Even better:
 
 --- Makefile.orig       Mon Jun 18 15:28:51 2001
 +++ Makefile    Mon Jun 18 15:35:11 2001
 @@ -22,8 +22,9 @@
  USE_AUTOCONF=  yes
  USE_GMAKE=     yes
  
 -CFLAGS+=       -pthread
 -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
 +CFLAGS+=       ${PTHREAD_FLAGS}
 +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
 +               LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
  
  post-configure:
         @${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/aclocal.m4

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106181350.f5IDo3S98041>