File: fix-underlinking.patch

package info (click to toggle)
njplot 2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 384 kB
  • ctags: 654
  • sloc: ansic: 6,164; makefile: 54
file content (16 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/makefile
+++ b/makefile
@@ -23,11 +23,11 @@
 
 njplot : $(OBJECTS)
 	$(CC) -o njplot $(OBJECTS) \
-        -lvibrant -lncbi -lXm -lXt
+        -lvibrant -lncbi -lXm -lXt -lm
         
 unrooted : $(OBJUNROOTED)
 	$(CC) -o unrooted $(OBJUNROOTED) \
-        -lvibrant -lncbi -lXm -lXt
+        -lvibrant -lncbi -lXm -lXt -lm
 
 newicktops: njplot-vib.c
 	$(CC) -DNO_GUI  -DNO_PDF -o $@ njplot-vib.c -lm