]> git.pld-linux.org Git - packages/blobAndConquer.git/blame - blobAndConquer-makefile.patch
- updated gettext BR
[packages/blobAndConquer.git] / blobAndConquer-makefile.patch
CommitLineData
22ad2698 1--- blobAndConquer-1.09/makefile~ 2009-10-26 12:42:17.000000000 +0000
2+++ blobAndConquer-1.09/makefile 2009-10-26 12:41:03.000000000 +0000
3@@ -11,10 +11,10 @@
3e62c621 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)/
22ad2698 12-ICONDIR = $(PREFIX)/share/icons/
13+ICONDIR = $(PREFIX)/share/icons/hicolor/
3e62c621 14 MENUDIR = $(PREFIX)/share/applications/
22ad2698 15 LOCALEDIR = $(PREFIX)/share/locale/
16
3e62c621 17@@ -96,10 +96,10 @@
18
19 # linking the program.
20 $(PROG): $(GAMEOBJS)
21- $(CXX) $(LIBS) $(GAMEOBJS) -o $(PROG)
22+ $(CXX) $(LDFLAGS) $(GAMEOBJS) -o $(PROG) $(LIBS)
23
24 pak: $(PAKOBJS)
25- $(CXX) $(LIBS) $(PAKOBJS) -o pak
26+ $(CXX) $(LDFLAGS) $(PAKOBJS) -o pak $(LIBS)
27
28 %.mo: %.po
29 msgfmt -c -o $@ $<
This page took 0.058227 seconds and 4 git commands to generate.