]> git.pld-linux.org Git - packages/blobAndConquer.git/commitdiff
- poper paths
authorlisu <lisu@pld-linux.org>
Wed, 1 Jul 2009 13:02:09 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ldflags

Changed files:
    blobAndConquer-makefile.patch -> 1.1

blobAndConquer-makefile.patch [new file with mode: 0644]

diff --git a/blobAndConquer-makefile.patch b/blobAndConquer-makefile.patch
new file mode 100644 (file)
index 0000000..eb9a73a
--- /dev/null
@@ -0,0 +1,26 @@
+--- blobAndConquer-1.06/makefile~      2009-06-28 16:01:28.000000000 +0200
++++ blobAndConquer-1.06/makefile       2009-07-01 14:18:36.000000000 +0200
+@@ -11,8 +11,8 @@
+ DEV = 0
+ PREFIX = $(DESTDIR)/usr
+-BINDIR = $(PREFIX)/games/
+-DATADIR = $(PREFIX)/share/games/blobAndConquer/
++BINDIR = $(PREFIX)/bin/
++DATADIR = $(PREFIX)/share/blobAndConquer/
+ DOCDIR = $(PREFIX)/share/doc/$(PROG)/
+ ICONDIR = $(PREFIX)/share/icons/
+ MENUDIR = $(PREFIX)/share/applications/
+@@ -96,10 +96,10 @@
+ # linking the program.
+ $(PROG): $(GAMEOBJS)
+-      $(CXX) $(LIBS) $(GAMEOBJS) -o $(PROG)
++      $(CXX) $(LDFLAGS) $(GAMEOBJS) -o $(PROG) $(LIBS)
+       
+ pak: $(PAKOBJS)
+-      $(CXX) $(LIBS) $(PAKOBJS) -o pak
++      $(CXX) $(LDFLAGS) $(PAKOBJS) -o pak $(LIBS)
+       
+ %.mo: %.po
+       msgfmt -c -o $@ $<
This page took 0.060025 seconds and 4 git commands to generate.