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 /opie-3rdparty/atomic-1.0.1 | |
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 'opie-3rdparty/atomic-1.0.1')
-rw-r--r-- | opie-3rdparty/atomic-1.0.1/Makefile.patch | 14 | ||||
-rw-r--r-- | opie-3rdparty/atomic-1.0.1/atomic.patch | 12 |
2 files changed, 26 insertions, 0 deletions
diff --git a/opie-3rdparty/atomic-1.0.1/Makefile.patch b/opie-3rdparty/atomic-1.0.1/Makefile.patch index e69de29bb2..76d4e6268f 100644 --- a/opie-3rdparty/atomic-1.0.1/Makefile.patch +++ b/opie-3rdparty/atomic-1.0.1/Makefile.patch @@ -0,0 +1,14 @@ +diff -ur atomic_V1.0.1.orig/tools/Makefile atomic_V1.0.1/tools/Makefile +--- atomic_V1.0.1.orig/tools/Makefile 2004-06-16 20:22:38.000000000 +0200 ++++ atomic_V1.0.1/tools/Makefile 2004-06-16 20:23:09.000000000 +0200 +@@ -1,8 +1,8 @@ + all: bin2c level2c + + bin2c: +- gcc -O2 -Wall -o bin2c bin2c.c ++ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c + + level2c: +- gcc -O2 -Wall -o level2c level2c.c ++ $(BUILD_CC) -O2 -Wall -o level2c level2c.c + diff --git a/opie-3rdparty/atomic-1.0.1/atomic.patch b/opie-3rdparty/atomic-1.0.1/atomic.patch index e69de29bb2..4a2cac48f9 100644 --- a/opie-3rdparty/atomic-1.0.1/atomic.patch +++ b/opie-3rdparty/atomic-1.0.1/atomic.patch @@ -0,0 +1,12 @@ +diff -ur atomic_V1.0.1.orig/atomic.desktop atomic_V1.0.1/atomic.desktop +--- atomic_V1.0.1.orig/atomic.desktop 2004-06-17 00:02:49.000000000 +0200 ++++ atomic_V1.0.1/atomic.desktop 2004-06-17 00:03:16.000000000 +0200 +@@ -1,7 +1,7 @@ + [Desktop Entry] + Name=Atomic + Name[de]=Atomic +-Icon=atomic ++Icon=atomic/atomic + Exec=atomic + Comment=A port of the KDE game katomic. + Comment[de]=Ein Port des KDE Spiels KAtomic |