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 /gpe-soundserver/gpe-soundserver-0.4-1/makefile-breakage.patch | |
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 'gpe-soundserver/gpe-soundserver-0.4-1/makefile-breakage.patch')
-rw-r--r-- | gpe-soundserver/gpe-soundserver-0.4-1/makefile-breakage.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gpe-soundserver/gpe-soundserver-0.4-1/makefile-breakage.patch b/gpe-soundserver/gpe-soundserver-0.4-1/makefile-breakage.patch deleted file mode 100644 index 915a003bb0..0000000000 --- a/gpe-soundserver/gpe-soundserver-0.4-1/makefile-breakage.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- gpe-soundserver-0.4-1/Makefile~ 2004-08-18 16:00:22.000000000 +0100 -+++ gpe-soundserver-0.4-1/Makefile 2004-08-18 16:17:39.000000000 +0100 -@@ -15,7 +15,7 @@ - endif - CPPFLAGS += -DPACKAGE=\"$(PACKAGE)\" -DPREFIX=\"$(PREFIX)\" -DPACKAGE_LOCALE_DIR=\"$(PREFIX)/share/locale\" - --LDFLAGS += `pkg-config --libs x11` -+PACKAGE_LDFLAGS += `pkg-config --libs x11 xau` - - OBJS = $(patsubst %,%.o,$(MEMBERS)) - -@@ -30,10 +30,10 @@ - all: $(PACKAGE) wrapesd - - $(PACKAGE): $(OBJS) -- $(CC) -o $@ $^ $(LDFLAGS) -+ $(CC) -o $@ $^ $(PACKAGE_LDFLAGS) - - wrapesd: wrapesd.o -- $(CC) -o $@ $^ $(LDFLAGS) -+ $(CC) -o $@ $^ $(PACKAGE_LDFLAGS) - - install-program: all - install -d $(DESTDIR)$(PREFIX)/bin |