diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /portaudio/portaudio-0.0.19 | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'portaudio/portaudio-0.0.19')
-rw-r--r-- | portaudio/portaudio-0.0.19/flags.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/portaudio/portaudio-0.0.19/flags.patch b/portaudio/portaudio-0.0.19/flags.patch deleted file mode 100644 index 22026c0912..0000000000 --- a/portaudio/portaudio-0.0.19/flags.patch +++ /dev/null @@ -1,39 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- portaudio/configure.in~flags -+++ portaudio/configure.in -@@ -78,7 +78,7 @@ - [ --with-dxdir (default=/usr/local/dx7sdk)], - with_dxdir=$withval, with_dxdir="/usr/local/dx7sdk") - --CFLAGS="-g -O2 -Wall" -+test -z "$CFLAGS" && CFLAGS="-g -O2 -Wall" - - if [[ $ac_cv_c_bigendian = "yes" ]] ; then - CFLAGS="$CFLAGS -DPA_BIG_ENDIAN" ---- portaudio/Makefile.in~flags -+++ portaudio/Makefile.in -@@ -7,6 +7,7 @@ - PREFIX = @prefix@ - CC = @CC@ - CFLAGS = @CFLAGS@ -Ipa_common @DEFS@ -+LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - AR = @AR@ - RANLIB = @RANLIB@ -@@ -130,10 +131,10 @@ - $(RANLIB) lib/$(PALIB) - - lib/$(PADLLV): lib/ $(OBJS) Makefile $(PAINC) -- $(CC) $(SHARED_FLAGS) -o lib/$(PADLLV) $(OBJS) $(DLL_LIBS) -+ $(CC) $(SHARED_FLAGS) -o lib/$(PADLLV) $(OBJS) $(LDFLAGS) $(DLL_LIBS) - - $(TESTS): bin/%: lib/$(PALIB) Makefile $(PAINC) pa_tests/%.c -- $(CC) -o $@ $(CFLAGS) pa_tests/$*.c lib/$(PALIB) $(LIBS) -+ $(CC) -o $@ $(CFLAGS) pa_tests/$*.c lib/$(PALIB) $(LDFLAGS) $(LIBS) - - install: lib/$(PALIB) lib/$(PADLLV) - $(INSTALL) -m 644 lib/$(PADLLV) $(PREFIX)/lib/$(PADLLV) |