summaryrefslogtreecommitdiff
path: root/games/wmtimebomb/files/patch-aa
blob: 28d0e29de710b35841f5628210f74c4207534a13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- Imakefile.orig	Mon Nov 16 21:40:24 1998
+++ Imakefile	Sat Oct 14 03:27:50 2000
@@ -1,10 +1,12 @@
-XPMLIB = -L/usr/X11R6/lib -lXpm -lm -ljpeg -lpng -lz -ltiff -lgif
-WMAKER = -L/usr/local/lib -lWMaker -lWINGs -lwraster -lPropList
+XPMLIB = `get-wraster-flags --ldflags` `get-wraster-flags --libs`
+WMAKER = -lWMaker -lWINGs -lPropList -L${LOCALBASE}/lib
  
 LOCAL_LIBRARIES = $(WMAKER) $(XPMLIB) $(XLIB)
 
+EXTRA_INCLUDES= `get-wraster-flags --cflags` -I${LOCALBASE}/include -I${X11BASE}/include/WINGs
+
 SRCS = timebomb.c
 OBJS = timebomb.o
 
-ComplexProgramTarget(wmtimebomb)
+ComplexProgramTargetNoMan(wmtimebomb)