diff options
author | 2007-05-14 13:25:39 +0000 | |
---|---|---|
committer | 2007-05-14 13:25:39 +0000 | |
commit | 8f3813076902b3a6d36d2a262dfab03780ebf05c (patch) | |
tree | 67c4366174d0820a209ca3902002988fb8c8c1bc /app-text/notecase/files | |
parent | add development version (diff) | |
download | historical-8f3813076902b3a6d36d2a262dfab03780ebf05c.tar.gz historical-8f3813076902b3a6d36d2a262dfab03780ebf05c.tar.bz2 historical-8f3813076902b3a6d36d2a262dfab03780ebf05c.zip |
New import, bug 144475
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'app-text/notecase/files')
-rw-r--r-- | app-text/notecase/files/digest-notecase-1.5.6 | 3 | ||||
-rw-r--r-- | app-text/notecase/files/notecase-1.3.6-CFLAGS.patch | 31 |
2 files changed, 34 insertions, 0 deletions
diff --git a/app-text/notecase/files/digest-notecase-1.5.6 b/app-text/notecase/files/digest-notecase-1.5.6 new file mode 100644 index 000000000000..7b038e6d11c6 --- /dev/null +++ b/app-text/notecase/files/digest-notecase-1.5.6 @@ -0,0 +1,3 @@ +MD5 a2b313b036530cb19154fdfb679b3d5c notecase-1.5.6_src.tar.gz 644106 +RMD160 8408c57541d624e03045330cb112be953fb19294 notecase-1.5.6_src.tar.gz 644106 +SHA256 b15ad70de5252dc00caae4ad1fe87aec8cc81b25c6cc4313c10792a8cb5edfaa notecase-1.5.6_src.tar.gz 644106 diff --git a/app-text/notecase/files/notecase-1.3.6-CFLAGS.patch b/app-text/notecase/files/notecase-1.3.6-CFLAGS.patch new file mode 100644 index 000000000000..9289896c7edd --- /dev/null +++ b/app-text/notecase/files/notecase-1.3.6-CFLAGS.patch @@ -0,0 +1,31 @@ +--- Makefile.old 2006-12-28 19:21:01.000000000 +0100 ++++ Makefile 2006-12-28 19:22:01.000000000 +0100 +@@ -42,7 +42,7 @@ + CFLAGS=-Wall -fno-exceptions -fno-rtti -mms-bitfields -mwindows + else + EXE= +- CFLAGS=-Wall ++ CFLAGS+=-Wall + endif + + FLAGS=$(CFLAGS) +@@ -63,7 +63,7 @@ + ifdef WINDIR + LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LOPTIMIZE) -L$(OBJ) -lz + else +- LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LOPTIMIZE) -ldl -export-dynamic $(LOPTIMIZE) ++ LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LOPTIMIZE) -ldl -export-dynamic + endif + + # +--- src/lib/zlib/Makefile.old 2006-12-28 19:34:45.000000000 +0100 ++++ src/lib/zlib/Makefile 2006-12-28 19:40:22.000000000 +0100 +@@ -13,7 +13,7 @@ + CFLAGS=-O
+ else
+ CC=cc
+- CFLAGS=-O -fPIC
++ CFLAGS+=-fPIC
+ endif
+
+ #CFLAGS=-O -fPIC
|