summaryrefslogtreecommitdiff
path: root/libgpewidget/libgpewidget-0.79
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
committerChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
commitf96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch)
treeedb17ec2c4ea13c5acb1c7350957a249a820e28d /libgpewidget/libgpewidget-0.79
parentb6588aa6851fb220cedc387d21c51513ef8d67f4 (diff)
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'libgpewidget/libgpewidget-0.79')
-rw-r--r--libgpewidget/libgpewidget-0.79/ldflags.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/libgpewidget/libgpewidget-0.79/ldflags.patch b/libgpewidget/libgpewidget-0.79/ldflags.patch
index e69de29bb2..e6cda6bf98 100644
--- a/libgpewidget/libgpewidget-0.79/ldflags.patch
+++ b/libgpewidget/libgpewidget-0.79/ldflags.patch
@@ -0,0 +1,16 @@
+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