aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-14 22:31:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-14 22:31:24 +0000
commit5e57b3b9d878106075121ff5bf01f9bbf2b0a2d3 (patch)
treeb47954761d311b91ebf4cecd14e3165adc97943d
parentec74ba4484f53e093e71ee393bd7c4aa9cd33020 (diff)
downloadports-5e57b3b9d878106075121ff5bf01f9bbf2b0a2d3.tar.gz
ports-5e57b3b9d878106075121ff5bf01f9bbf2b0a2d3.zip
Respect CFLAGS and PREFIX
Notes
Notes: svn path=/head/; revision=66320
-rw-r--r--devel/bin86/files/patch-Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/bin86/files/patch-Makefile b/devel/bin86/files/patch-Makefile
new file mode 100644
index 000000000000..6f1575f0e558
--- /dev/null
+++ b/devel/bin86/files/patch-Makefile
@@ -0,0 +1,14 @@
+--- 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