From owner-freebsd-ports Fri Sep 8 4:40: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC08537B424 for ; Fri, 8 Sep 2000 04:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA52286; Fri, 8 Sep 2000 04:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cn.FreeBSD.org (cn.freebsd.org [202.103.100.254]) by hub.freebsd.org (Postfix) with ESMTP id 3AA7537B422 for ; Fri, 8 Sep 2000 04:35:45 -0700 (PDT) Received: (from root@localhost) by cn.FreeBSD.org (8.9.3/8.9.2) id TAA48690; Fri, 8 Sep 2000 19:35:43 +0800 (CST) (envelope-from phj) Message-Id: <200009081135.TAA48690@cn.FreeBSD.org> Date: Fri, 8 Sep 2000 19:35:43 +0800 (CST) From: phj@cn.freebsd.org Reply-To: phj@cn.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21111: fix ports make bug Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21111 >Category: ports >Synopsis: fix ports make bug >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 08 04:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Peng HaiJie >Release: FreeBSD 5.0-CURRENT i386 >Organization: cn.freebsd.org >Environment: >Description: >How-To-Repeat: >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) $< >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message