Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 1999 15:22:08 +0200 (CEST)
From:      alex@cichlids.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13139: freebsd-target misses -C
Message-ID:  <199908141322.PAA03650@cichlids.cichlids.com>

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

>Number:         13139
>Category:       ports
>Synopsis:       freebsd-target misses -C
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 14 06:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Langer
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

irrelevant

>Description:

the freebsd-target misses the -DTERM_CONTROL and term.o. That disables the -C
option for the port. I've tried it and it works for freebsd, if you add them.
Nice :)

>How-To-Repeat:
>Fix:
	
--- Makefile.old	Sat Aug 14 15:16:41 1999
+++ Makefile	Sat Aug 14 15:18:06 1999
@@ -302,10 +302,10 @@
 CFLAGS +=-Wall -ansi -pedantic -fomit-frame-pointer \
 	-funroll-all-loops -ffast-math -DROT_I386 \
 	-DREAD_MMAP \
-	-DI386_ASSEM ${ARCHOPT} -DREAL_IS_FLOAT -DUSE_MMAP -DOSS
+	-DI386_ASSEM ${ARCHOPT} -DREAL_IS_FLOAT -DUSE_MMAP -DOSS -DTERM_CONTROL
 
 freebsd:
-	${MAKE}	OBJECTS='decode_i386.o ${ARCHFILES} dct64_i386.o audio_oss.o' \
+	${MAKE}	OBJECTS='decode_i386.o ${ARCHFILES} dct64_i386.o audio_oss.o term.o' \
  		mpg123-make
 
 freebsd-esd:

>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?199908141322.PAA03650>