Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2000 07:40:02 -0700 (PDT)
From:      Will Andrews <will@physics.purdue.edu>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/21111: fix ports make bug
Message-ID:  <200009081440.HAA83353@freefall.freebsd.org>

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

From: Will Andrews <will@physics.purdue.edu>
To: phj@cn.freebsd.org
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/21111: fix ports make bug
Date: Fri, 8 Sep 2000 09:29:31 -0500

 On Fri, Sep 08, 2000 at 07:35:43PM +0800, phj@cn.freebsd.org wrote:
 > >Synopsis:       fix ports make bug
 > >Fix:
 > *** Makefile.in.2	Fri Sep  8 19:26:51 2000
 > --- Makefile.in	Fri Sep  8 19:29:29 2000
 > ***************
 > *** 14,27 ****
 >   DATADIR=$(prefix)/share/chinese/cdict
 >   TRANSHOME=\"$(DATADIR)\"
 >   
 > ! CFLAGS+= -Wall -I. -I/usr/include -I@x_includes@ -DDEFAULT_TRANSHOME=$(TRANSHOME)
 >   LDFLAGS= -L@x_libraries@
 >   LIBS= ${MOTIFLIB} -lXext -lXt -lX11 -lstdc++
 >   
 >   all: $(PROG)
 >   
 > ! $(PROG):$(OBJS)
 > ! 	$(CC)	-o $(PROG) $(OBJS) $(LDFLAGS) $(LIBS)
 >   
 >   .o:
 >   	$(CC) $(CFLAGS) $<
 > --- 14,27 ----
 >   DATADIR=$(prefix)/share/chinese/cdict
 >   TRANSHOME=\"$(DATADIR)\"
 >   
 > ! CFLAGS = -Wall -I. -I/usr/include -I@x_includes@ -DDEFAULT_TRANSHOME=$(TRANSHOME)
 >   LDFLAGS= -L@x_libraries@
 >   LIBS= ${MOTIFLIB} -lXext -lXt -lX11 -lstdc++
 >   
 >   all: $(PROG)
 >   
 > ! $(PROG):$(SRCS)
 > ! 	$(CC)	$(CFLAGS) -o $(PROG) $(SRCS) $(LDFLAGS) $(LIBS)
 >   
 >   .o:
 >   	$(CC) $(CFLAGS) $<
 
 It helps a lot to know exactly where this file is.. there's over 3,700
 ports nowadays..
 
 -- 
 Will Andrews <will@physics.purdue.edu> <will@FreeBSD.org>
 GCS/E/S @d- s+:+ a--- C++ UB++++$ P+ L- E--- W+ N-- !o ?K w---
 O- M+ V- PS+ PE++ Y+ PGP+>+++ t++ 5 X+ R+ tv+ b++ DI+++ D+ 
 G++ e>++++ h! r- y?
 


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?200009081440.HAA83353>