mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
bdd495f2c5
PR: ports/165028 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
12 lines
329 B
Plaintext
12 lines
329 B
Plaintext
--- Makefile.in.orig 2004-01-06 16:22:17.000000000 +0900
|
|
+++ Makefile.in 2007-06-28 13:24:06.000000000 +0900
|
|
@@ -41,7 +41,7 @@
|
|
all: lv
|
|
|
|
lv: $(OBJS) $(UNIOBJS)
|
|
- $(PURIFY) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(UNIOBJS) $(LIBS)
|
|
+ $(PURIFY) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(UNIOBJS) $(LIBS)
|
|
|
|
.c.o:
|
|
$(CC) $(CFLAGS) -c $<
|