mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c6cca3597f
* Removed xview dependancies to keep port simple. * Sound doesn't function very well so I have disabled that also. * Updated URL's and Maintainer's email address. PR: 16509 Submitted by: Maintainer
26 lines
526 B
Plaintext
26 lines
526 B
Plaintext
--- Makefile.orig Sun Feb 6 16:38:57 2000
|
|
+++ Makefile Sun Feb 6 16:40:45 2000
|
|
@@ -6,12 +6,12 @@
|
|
|
|
CC = gcc
|
|
CPPFLAGS = $(OTHER)
|
|
-CFLAGS = -c -O6 -DGNU_C
|
|
+CFLAGS+= -c -DGNU_C
|
|
LD = gcc
|
|
LDFLAGS =
|
|
LDLIBS = -lm
|
|
|
|
-PREFIX = /usr/local
|
|
+PREFIX?= /usr/local
|
|
BIN_PATH = ${PREFIX}/bin
|
|
LIB_PATH = ${PREFIX}/lib
|
|
MAN_PATH = ${PREFIX}/man
|
|
@@ -246,7 +246,6 @@
|
|
platform.h
|
|
|
|
config config.h : configure
|
|
- ./configure
|
|
|
|
configure : configure.o prompts.o
|
|
$(LD) $(LDFLAGS) configure.o prompts.o $(LDLIBS) -o configure
|