mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
15 lines
286 B
Plaintext
15 lines
286 B
Plaintext
--- Makefile.orig Sat Sep 14 14:35:43 2002
|
|
+++ Makefile Sat Sep 14 14:36:04 2002
|
|
@@ -1,9 +1,9 @@
|
|
|
|
-CFLAGS=-O2 -D_POSIX_SOURCE
|
|
+CFLAGS+=-D_POSIX_SOURCE
|
|
LDFLAGS=
|
|
DIRS=ld as
|
|
|
|
-PREFIX=/usr/local
|
|
+PREFIX?=/usr/local
|
|
BINDIR=$(PREFIX)/bin
|
|
LIBDIR=$(PREFIX)/lib
|
|
MANDIR=$(PREFIX)/man/man1
|