summaryrefslogtreecommitdiff
path: root/x11/xpmroot/patches/patch-aa
blob: c0915917481f596efa722543618ededb316469f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-aa,v 1.2 1998/08/07 11:18:28 agc Exp $

--- Imakefile.orig	Sat Feb 17 05:44:43 1996
+++ Imakefile	Tue Mar 24 23:14:07 1998
@@ -1,17 +1,10 @@
 /* 
- * Imakefile for fvwm 2.0 -- xpmroot
+ * Imakefile for xpmroot
  */
 
-FVWM_SRCDIR = ..
-#include "../Fvwm.tmpl"
-
-#if HasXpm
-
 SRCS = xpmroot.c
 OBJS = xpmroot.o
 
-LOCAL_LIBRARIES = $(FVWM_LIBS) $(XLIB)
-
-FvwmProgramTarget(xpmroot)
-#endif
+LOCAL_LIBRARIES = -lXpm $(XLIB)
 
+ComplexProgramTarget(xpmroot)