sys-fs/tux3progs: 2nd try makefile patch correction

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1229 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2009-05-18 06:12:48 +00:00
parent 60a0f8e62b
commit 2c04ba1f6c
2 changed files with 12 additions and 3 deletions

View File

@@ -4,10 +4,10 @@ Initial Package Version: changeset cb5655728089
Origin: me
Upstream Status: unknown
Description: add new install targets and add LDFLAGS
diff -Naur tux3.orig/user/Makefile tux3/user/Makefile
--- tux3.orig/user/Makefile 2009-05-17 20:13:43.438558904 +0000
+++ tux3/user/Makefile 2009-05-18 05:53:47.299567472 +0000
+++ tux3/user/Makefile 2009-05-18 06:06:25.046987080 +0000
@@ -11,22 +11,32 @@
CFLAGS += -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers
CFLAGS += $(UCFLAGS)
@@ -55,6 +55,15 @@ diff -Naur tux3.orig/user/Makefile tux3/user/Makefile
# standalone and library
buffer.o: $(tuxdeps) $(bufferdeps)
diskio.o: $(tuxdeps) $(diskiodeps)
@@ -94,7 +107,7 @@
endif
$(testbin) $(tux3bin):
- $(CC) $(CFLAGS) $^ -o $@
+ $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
test_buffer: buffer
$(VG) ./buffer
@@ -130,7 +143,7 @@
$(VG) ./commit foodev