patches/sdl-mixer-01-cflags.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2360 79c86e4af74c
child 8692 a44179243838
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2360
79c86e4af74c 2010-03-05 Brian Cameron <[email protected]>
yippi
parents: 298
diff changeset
     1
--- SDL_mixer-1.2.11/Makefile.in-orig	2010-03-05 06:45:22.451925678 -0600
79c86e4af74c 2010-03-05 Brian Cameron <[email protected]>
yippi
parents: 298
diff changeset
     2
+++ SLD_mixer-1.2.11/Makefile.in	2010-03-05 06:45:44.741189765 -0600
79c86e4af74c 2010-03-05 Brian Cameron <[email protected]>
yippi
parents: 298
diff changeset
     3
@@ -72,13 +72,13 @@ $(objects):
79c86e4af74c 2010-03-05 Brian Cameron <[email protected]>
yippi
parents: 298
diff changeset
     4
 @PLAYMUS_DEPENDS@
79c86e4af74c 2010-03-05 Brian Cameron <[email protected]>
yippi
parents: 298
diff changeset
     5
 
79c86e4af74c 2010-03-05 Brian Cameron <[email protected]>
yippi
parents: 298
diff changeset
     6
 $(objects)/$(TARGET): $(OBJECTS) $(VERSION_OBJECTS)
79c86e4af74c 2010-03-05 Brian Cameron <[email protected]>
yippi
parents: 298
diff changeset
     7
-	$(LIBTOOL) --mode=link $(CC) -o $@ $(OBJECTS) $(VERSION_OBJECTS) $(LDFLAGS) $(EXTRA_LDFLAGS) $(LT_LDFLAGS)
79c86e4af74c 2010-03-05 Brian Cameron <[email protected]>
yippi
parents: 298
diff changeset
     8
+	$(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o $@ $(OBJECTS) $(VERSION_OBJECTS) $(LDFLAGS) $(EXTRA_LDFLAGS) $(LT_LDFLAGS)
298
a29147abc9dd 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
 
a29147abc9dd 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
 $(objects)/playwave$(EXE): $(objects)/playwave.lo $(objects)/$(TARGET)
a29147abc9dd 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    11
-	$(LIBTOOL) --mode=link $(CC) -o $@ $(objects)/playwave.lo $(SDL_CFLAGS) $(SDL_LIBS) $(objects)/$(TARGET)
a29147abc9dd 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    12
+	$(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o $@ $(objects)/playwave.lo $(SDL_CFLAGS) $(SDL_LIBS) $(objects)/$(TARGET)
a29147abc9dd 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    13
 
a29147abc9dd 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    14
 $(objects)/playmus$(EXE): $(objects)/playmus.lo $(objects)/$(TARGET)
a29147abc9dd 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    15
-	$(LIBTOOL) --mode=link $(CC) -o $@ $(objects)/playmus.lo $(SDL_CFLAGS) $(SDL_LIBS) $(objects)/$(TARGET)
a29147abc9dd 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    16
+	$(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o $@ $(objects)/playmus.lo $(SDL_CFLAGS) $(SDL_LIBS) $(objects)/$(TARGET)
a29147abc9dd 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    17
 
2360
79c86e4af74c 2010-03-05 Brian Cameron <[email protected]>
yippi
parents: 298
diff changeset
    18
 install: all install-hdrs install-lib #install-bin
79c86e4af74c 2010-03-05 Brian Cameron <[email protected]>
yippi
parents: 298
diff changeset
    19
 install-hdrs: