1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/devel/as80/files/patch-aa
James E. Housley aad79f3e3f New Port: devel/as80
As80 is a lightweight 8080/8085 assembler for UN*X systems.

PR:		24235
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-02-17 16:11:46 +00:00

12 lines
256 B
Plaintext

--- Makefile.orig Thu Feb 15 10:54:44 2001
+++ Makefile Thu Feb 15 10:55:00 2001
@@ -1,6 +1,5 @@
-CC = gcc
-CFLAGS = -Wall -pedantic -ansi -O3 -fomit-frame-pointer
-PREFIX = /usr/local
+CC? = gcc
+CFLAGS += -Wall -pedantic -ansi
all: asm80 Manual.txt