File: Imakefile.patch

package info (click to toggle)
xcolors 1.5a-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: ansic: 1,185; makefile: 14
file content (16 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Link dynamically with X11, Xaw, and Xt
---
Index: xcolors-1.5a/Imakefile
===================================================================
--- xcolors-1.5a.orig/Imakefile
+++ xcolors-1.5a/Imakefile
@@ -1,7 +1,7 @@
 RGBDBFILE = DefaultRGBDatabase
 
-        DEPLIBS = XawClientDepLibs
-LOCAL_LIBRARIES = XawClientLibs
+        DEPLIBS = -lX11 -lXaw -lXt
+LOCAL_LIBRARIES = -lX11 -lXaw -lXt
            SRCS = xcolors.c
            OBJS = xcolors.o
   SYS_LIBRARIES = -lm