Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 1999 05:22:26 -0800 (PST)
From:      watanabe@z.phys.nagoya-u.ac.jp
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/9310: Compile option was changed
Message-ID:  <199901041322.FAA12740@hub.freebsd.org>

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

>Number:         9310
>Category:       ports
>Synopsis:       Compile option was changed
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan  4 05:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Makoto WATANABE
>Release:        FreeBSD 2.2.7-RELEASE i386
>Organization:
Z lab. Division of Particle and Astrophysical Science, Nagoya University, JAPAN
>Environment:
>Description:
I have changed compile option for FreeBSD/alpha ports.
I put the patch below "Fix:"

- Makoto WATANABE
watanabe@zlab.phys.nagoya-u.ac.jp

>How-To-Repeat:

>Fix:
diff -ruN dvi2dvi.orig/patches/patch-aa dvi2dvi/patches/patch-aa
--- dvi2dvi.orig/patches/patch-aa	Tue Dec 22 09:59:15 1998
+++ dvi2dvi/patches/patch-aa	Mon Jan  4 21:48:12 1999
@@ -22,7 +22,7 @@
  #CFLAGS = -O		# SUN etc ...
  #CFLAGS = -O -traditional -DPOSIX	# 386bsd (gcc 1.X)
 -#CFLAGS = -O -DPOSIX	# Netbsd (gcc 2.X), Linux
-+CFLAGS = -O -DPOSIX -m486	# Netbsd (gcc 2.X), Linux
++CFLAGS = -O -DPOSIX	# Netbsd (gcc 2.X), Linux
  #CFLAGS = -O -bsd	# NeXT
  #CFLAGS = -O -DMSDOS -DPOSIX	# DJGCC (gcc 2.X)
  #CFLAGS = -O -DSYSV	# SysV

>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?199901041322.FAA12740>