]> git.pld-linux.org Git - packages/blobAndConquer.git/blame - blobAndConquer-makefile.patch
- updated for 1.08
[packages/blobAndConquer.git] / blobAndConquer-makefile.patch
CommitLineData
42b8507e 1--- blobAndConquer-1.08/makefile~ 2009-08-05 18:04:53.000000000 +0200
2+++ blobAndConquer-1.08/makefile 2009-10-05 13:19:44.000000000 +0200
3e62c621 3@@ -11,8 +11,8 @@
4 DEV = 0
5
6 PREFIX = $(DESTDIR)/usr
7-BINDIR = $(PREFIX)/games/
8-DATADIR = $(PREFIX)/share/games/blobAndConquer/
9+BINDIR = $(PREFIX)/bin/
10+DATADIR = $(PREFIX)/share/blobAndConquer/
11 DOCDIR = $(PREFIX)/share/doc/$(PROG)/
12 ICONDIR = $(PREFIX)/share/icons/
13 MENUDIR = $(PREFIX)/share/applications/
14@@ -96,10 +96,10 @@
15
16 # linking the program.
17 $(PROG): $(GAMEOBJS)
18- $(CXX) $(LIBS) $(GAMEOBJS) -o $(PROG)
19+ $(CXX) $(LDFLAGS) $(GAMEOBJS) -o $(PROG) $(LIBS)
20
21 pak: $(PAKOBJS)
22- $(CXX) $(LIBS) $(PAKOBJS) -o pak
23+ $(CXX) $(LDFLAGS) $(PAKOBJS) -o pak $(LIBS)
24
25 %.mo: %.po
26 msgfmt -c -o $@ $<
This page took 0.033873 seconds and 4 git commands to generate.