File: 1040-lib_underlinkage.patch

package info (click to toggle)
nam 1.15-10
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 29,532 kB
  • sloc: cpp: 17,346; tcl: 10,655; sh: 2,997; ansic: 1,253; makefile: 139; perl: 66
file content (19 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Added missing lib to link, fixing FTBFS.
    Thanks to Daniel T. Chen.
Bug-Debian: https://bugs.debian.org/713694
Forwarded: no
Last-Update: 2013-04-24
---
Index: nam-1.15/Makefile.in
===================================================================
--- nam-1.15.orig/Makefile.in	2011-11-04 13:18:41.000000000 -0400
+++ nam-1.15/Makefile.in	2013-04-24 17:35:19.868187769 -0400
@@ -57,7 +57,7 @@
 LIB =  \
 	@V_LIBS@ \
 	@V_LIB_X11@ \
-	@V_LIB@ -lm @LIBS@
+	@V_LIB@ -lm -lX11 @LIBS@
 INCLUDE = \
 	-I. @V_INCLUDES@ \
 	@V_INCLUDE_X11@