projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7831bd6
)
packages/giflib: fix whitespaces
author
Gabor Juhos
<
[email protected]
>
Thu, 27 Mar 2014 07:03:27 +0000
(07:03 +0000)
committer
Gabor Juhos
<
[email protected]
>
Thu, 27 Mar 2014 07:03:27 +0000
(07:03 +0000)
Signed-off-by: Dirk Neukirchen <
[email protected]
>
Signed-off-by: Gabor Juhos <
[email protected]
>
SVN-Revision: 40079
libs/giflib/Makefile
patch
|
blob
|
history
diff --git
a/libs/giflib/Makefile
b/libs/giflib/Makefile
index 01e3353aa5653e0e21385a017f50d79349a78f1a..02c7c0f2f3be236b987434132e86b6e97a464c6e 100644
(file)
--- a/
libs/giflib/Makefile
+++ b/
libs/giflib/Makefile
@@
-1,4
+1,4
@@
-#
+#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@@
-33,7
+33,7
@@
endef
define Package/giflib/description
giflib is a library for reading and writing gif images.
It is API and ABI compatible with libungif which was in wide use while
- the LZW compression algorithm was patented.
+ the LZW compression algorithm was patented.
endef
TARGET_CFLAGS += $(FPIC)