diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /libgpewidget | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (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')
-rw-r--r-- | libgpewidget/libgpewidget-0.79/ldflags.patch | 16 | ||||
-rw-r--r-- | libgpewidget/libgpewidget-0.84/makefile.patch | 11 |
2 files changed, 27 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 diff --git a/libgpewidget/libgpewidget-0.84/makefile.patch b/libgpewidget/libgpewidget-0.84/makefile.patch index e69de29bb2..d787e2e745 100644 --- a/libgpewidget/libgpewidget-0.84/makefile.patch +++ b/libgpewidget/libgpewidget-0.84/makefile.patch @@ -0,0 +1,11 @@ +--- libgpewidget-0.84/Makefile.old 2004-06-30 20:46:05.000000000 +0100 ++++ libgpewidget-0.84/Makefile 2004-06-30 20:44:46.000000000 +0100 +@@ -25,7 +25,7 @@ + PACKAGE_LDFLAGS = $(STANDARD_LDFLAGS) $(GTKLIBS) + + PACKAGE_CFLAGS += -fPIC +-PACKAGE_CPPFLAGS += -I./gpe ++PACKAGE_CPPFLAGS += -I./gpe -I. + + ifeq ($(CAIRO),yes) + PACKAGE_CPPFLAGS += -DHAVE_CAIRO |