Browse Source

"Andreas V. Meier" <avmeier@web.de>:

fixed wavemon linking (ncurses)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1787 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
f12aae47b8
2 changed files with 13 additions and 0 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +12
    -0
      package/esden/wavemon/wavemon-ncurses.patch

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -2,6 +2,7 @@
*) 2003-11-17 (2.0.0-rc2 - 2.0.0-rc3)
- updated blender (2.30)
- Andreas V. Meier: fixed esden/wavemon
*) 2003-11-16 (2.0.0-rc2 - 2.0.0-rc3)

+ 12
- 0
package/esden/wavemon/wavemon-ncurses.patch

@ -0,0 +1,12 @@
diff -ruN wavemon-0.4.0b/Makefile.in wavemon-0.4.0b-avm/Makefile.in
--- wavemon-0.4.0b/Makefile.in 2002-12-21 15:56:09.000000000 +0100
+++ wavemon-0.4.0b-avm/Makefile.in 2003-11-16 22:39:01.000000000 +0100
@@ -14,7 +14,7 @@
all: wavemon
wavemon: wavemon.o $(OBJECTS)
- $(CC) $(CFLAGS) $(LIBS) -o wavemon wavemon.o $(OBJECTS)
+ $(CC) $(CFLAGS) -o wavemon wavemon.o $(OBJECTS) $(LIBS)
wavemon.o: wavemon.c defs.h $(OBJECTS)

Loading…
Cancel
Save