Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2000 19:35:43 +0800 (CST)
From:      phj@cn.freebsd.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21111: fix ports make bug
Message-ID:  <200009081135.TAA48690@cn.FreeBSD.org>

next in thread | raw e-mail | index | archive | help

>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




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