]> git.pld-linux.org Git - packages/asylum.git/commitdiff
- works with 0.2.3
authorlisu <lisu@pld-linux.org>
Sun, 11 Nov 2007 13:53:36 +0000 (13:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asylum-makefile.patch -> 1.3

asylum-makefile.patch

index 03cbce611083cd7684b5456cc43ae1795041315e..e254be54dac1a031f2ed3e8fd6493fb39986c10e 100644 (file)
@@ -1,6 +1,12 @@
---- asylum-0.2.1/Makefile~     2007-08-25 06:42:56.000000000 +0200
-+++ asylum-0.2.1/Makefile      2007-08-26 11:05:54.000000000 +0200
-@@ -6,9 +6,9 @@
+--- asylum-0.2.3/Makefile~     2007-11-11 15:44:39.000000000 +0100
++++ asylum-0.2.3/Makefile      2007-11-11 15:43:55.000000000 +0100
+@@ -1,14 +1,12 @@
+ CC=gcc
+-CFLAGS= -x c++ -O3 -funsigned-char \
+-      -DRESOURCEPATH=\"$(INSTALLRESOURCEPATH)\" \
+-      -DSCOREPATH=\"$(INSTALLHISCORES)\"
++CFLAGS= -x c++ -funsigned-char
+ LIBS=-lm -lSDL -lSDL_mixer -lstdc++
  
  RESOURCES=data/Resources data/Ego data/Psyche data/Id data/Voices
  
@@ -13,7 +19,7 @@
  
  INSTALLGROUP=games
  CHGRP=chgrp
-@@ -27,21 +27,22 @@
+@@ -27,21 +25,22 @@
  default: build
  
  $(INSTALLBIN): asylum Makefile
  
  install-binary: $(INSTALLBIN)
  
+@@ -53,7 +52,7 @@
+ build: asylum
+ asylum: asylum.c asylum.h Makefile
+-      $(CC) $(CFLAGS) -o asylum asylum.c $(LIBS)
++      $(CC) $(OPTFLAGS) $(CFLAGS) -o asylum asylum.c $(LIBS)
+ clean:
+       rm asylum
This page took 0.068024 seconds and 4 git commands to generate.