diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-23 12:11:09 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-23 12:11:09 +0000 |
commit | b023cbca00fc5c9d67c57b8db3b1a7600dbf94a7 (patch) | |
tree | 0c8f8ef254b9fb33e1f8ea57d1cb6b2782aa08c5 /libgpewidget/libgpewidget-0.79 | |
parent | 01971fd1ad9a859373ecbb03f20f990707a65ae8 (diff) |
blow away some old versions of libgpewidget
BKrev: 41a328ddCkH4I37nRqv-Lbfm2Eh5Ow
Diffstat (limited to 'libgpewidget/libgpewidget-0.79')
-rw-r--r-- | libgpewidget/libgpewidget-0.79/ldflags.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libgpewidget/libgpewidget-0.79/ldflags.patch b/libgpewidget/libgpewidget-0.79/ldflags.patch deleted file mode 100644 index e6cda6bf98..0000000000 --- a/libgpewidget/libgpewidget-0.79/ldflags.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: Makefile -=================================================================== -RCS file: /cvs/gpe/base/libgpewidget/Makefile,v -retrieving revision 1.133 -diff -u -r1.133 Makefile ---- libgpewidget/Makefile 16 May 2004 18:41:05 -0000 1.133 -+++ libgpewidget/Makefile 16 May 2004 18:58:51 -0000 -@@ -45,7 +45,7 @@ - ln -sf $^ $@ - - $(SONAME): $(OBJS) -- $(CC) -nostartfiles -shared -o $@ $^ -Wl,-soname -Wl,$(SONAME) $(LDFLAGS) -+ $(CC) -nostartfiles -shared -o $@ $^ -Wl,-soname -Wl,$(SONAME) $(LDFLAGS) $(PACKAGE_LDFLAGS) - - gpe-iconlist.c: gpeiconlist.gob - gob2 --no-private-header gpeiconlist.gob |