diff options
Diffstat (limited to 'distributions/debian/smartq/patches/160-use-gcc-4-3.patch')
-rw-r--r-- | distributions/debian/smartq/patches/160-use-gcc-4-3.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/distributions/debian/smartq/patches/160-use-gcc-4-3.patch b/distributions/debian/smartq/patches/160-use-gcc-4-3.patch deleted file mode 100644 index a1741ab..0000000 --- a/distributions/debian/smartq/patches/160-use-gcc-4-3.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- fbreader-0.12.2.orig/makefiles/arch/desktop.mk 2010-02-13 08:04:07.000000000 +0000 -+++ fbreader-0.12.2/makefiles/arch/desktop.mk 2010-02-13 10:26:41.000000000 +0000 -@@ -6,9 +6,9 @@ - IMAGEDIR = $(INSTALLDIR)/share/pixmaps - APPIMAGEDIR = $(INSTALLDIR)/share/pixmaps/%APPLICATION_NAME% - --CC = gcc -+CC = gcc-4.3 - AR = ar rsu --LD = g++ -+LD = g++-4.3 - - CFLAGS = -pipe -fno-exceptions -Wall -Wno-ctor-dtor-privacy -W -DLIBICONV_PLUG - LDFLAGS = |