mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c999bdb3f4
- Fix build on -current. - Sprinkly in a little reinstall friendliness for good measures.
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
diff -ruN work.orig/dev/makefile work/dev/makefile
|
|
--- work.orig/dev/makefile Fri Nov 27 23:34:50 1998
|
|
+++ work/dev/makefile Fri Sep 10 17:29:52 1999
|
|
@@ -27,7 +27,7 @@
|
|
# Objects
|
|
OBJS := $(patsubst %.cpp, %.o, $(SRC))
|
|
|
|
-C_FLAGS = $(WARN) $(OTHER) $(OPT) $(DEBUG)
|
|
+C_FLAGS = $(CFLAGS) $(WARN) $(OTHER) $(OPT) $(DEBUG)
|
|
|
|
all:
|
|
@echo Please specify one of the following:
|