1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/ftp/omi/files/patch-aa
1998-12-19 15:39:25 +00:00

30 lines
560 B
Plaintext

*** Makefile.orig Sat Dec 19 07:19:54 1998
--- Makefile Sat Dec 19 18:25:56 1998
***************
*** 12,23 ****
# Normally you should not have to change anything else.
#
! PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/man
SECTION=1
! OPTFLAGS=-g
#OPTFLAGS=-O5
#OPTFLAGS=-fast -native -xO5
--- 12,23 ----
# Normally you should not have to change anything else.
#
! PREFIX?=/usr/local
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/man
SECTION=1
! OPTFLAGS:=${CFLAGS}
#OPTFLAGS=-O5
#OPTFLAGS=-fast -native -xO5