1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Benjamin Drung's portmixer-missing-dpkg-buildflags.patch

This commit is contained in:
v.audacity 2012-06-24 23:11:29 +00:00
parent c3ab4576f2
commit b47341eb33

View File

@ -9,9 +9,12 @@ AR = @AR@
RANLIB = @RANLIB@
DEFS += @DEFS@
CFLAGS += @CFLAGS@
CFLAGS += @cflags@
CFLAGS += @include@
CPPFLAGS = @CPPFLAGS@
all : $(LIBRARY)
tests:
@ -22,7 +25,7 @@ $(LIBRARY): $(OBJECTS)
$(RANLIB) $(LIBRARY)
%.o : src/%.c
$(CC) $(CFLAGS) $(DEFS) -c $(<) -o $@
$(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) -c $(<) -o $@
clean :
-rm -f $(LIBRARY)