diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-11-13 16:06:36 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-11-13 16:06:36 +0000 |
commit | f250a52f78be1bc6c7390ae5ce3d2c178dec22dc (patch) | |
tree | ed36f063e561c92a4038314c6500bef0c9f94f00 /app-text/notecase/files | |
parent | Stable for HPPA (bug #198664). (diff) | |
download | gentoo-2-f250a52f78be1bc6c7390ae5ce3d2c178dec22dc.tar.gz gentoo-2-f250a52f78be1bc6c7390ae5ce3d2c178dec22dc.tar.bz2 gentoo-2-f250a52f78be1bc6c7390ae5ce3d2c178dec22dc.zip |
Version bump
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-text/notecase/files')
-rw-r--r-- | app-text/notecase/files/digest-notecase-1.7.2 | 3 | ||||
-rw-r--r-- | app-text/notecase/files/notecase-1.7.2-CFLAGS.patch | 29 |
2 files changed, 32 insertions, 0 deletions
diff --git a/app-text/notecase/files/digest-notecase-1.7.2 b/app-text/notecase/files/digest-notecase-1.7.2 new file mode 100644 index 000000000000..97dbf3253b98 --- /dev/null +++ b/app-text/notecase/files/digest-notecase-1.7.2 @@ -0,0 +1,3 @@ +MD5 ad8b93c16e740988b5114826c47a53bb notecase-1.7.2_src.tar.gz 866430 +RMD160 fd9fce7d4e9e9f909e7949aaac49396243868596 notecase-1.7.2_src.tar.gz 866430 +SHA256 763529033d4858285401d9e68c6412d21ed62624fb65e8150d8c703012a4ca49 notecase-1.7.2_src.tar.gz 866430 diff --git a/app-text/notecase/files/notecase-1.7.2-CFLAGS.patch b/app-text/notecase/files/notecase-1.7.2-CFLAGS.patch new file mode 100644 index 000000000000..6eebb8650fbd --- /dev/null +++ b/app-text/notecase/files/notecase-1.7.2-CFLAGS.patch @@ -0,0 +1,29 @@ +--- Makefile.orig 2007-11-13 16:31:55.000000000 +0100 ++++ Makefile 2007-11-13 16:33:04.000000000 +0100 +@@ -113,18 +113,9 @@ + QC=@echo '===> Compiling $<'; + QL=@echo '===> Linking $@'; + +-# using "--as-needed" to cut down link requirements (check by "readelf -d /usr/bin/notecase | grep NEEDED") +-ifeq ($(LDFLAGS),) +-ifdef OSX_BUILD +- LDFLAGS=-Os -Wl -bind_at_load +-else +- LDFLAGS=-Os -Wl,--as-needed +-endif +- + ifneq ($(NOKIA_MAEMO_BUILD),) + LDFLAGS += -ansi + endif +-endif + + # define compile/link command line with flags + CC=$(QC) $(CXX) $(DEBUG) $(PROFILE) -DENABLE_NLS +@@ -158,7 +149,6 @@ + $(OBJ)/IOLayerRedirect.o $(OBJ)/FileExportDlg.o $(OBJ)/FormatIOTxt.o $(OBJ)/FindReplaceDlg.o \ + $(OBJ)/FindReplaceInfo.o $(OBJ)/LinkInfo.o $(OBJ)/LinkPropertiesDlg.o $(OBJ)/ExecuteFile.o \ + $(OBJ)/FileSaveAsDlg.o $(OBJ)/CircularBuffer.o $(OBJ)/FormatIOMMLX.o \ +- $(OBJ)/libz.a \ + $(OBJ)/ProgressDlg.o $(OBJ)/DocActionPix.o $(OBJ)/DocActionFinish.o $(OBJ)/DocActionFmt.o $(OBJ)/FmtInfo.o \ + $(OBJ)/FileAttachmentDlg.o $(OBJ)/DocActionAtt.o $(OBJ)/PixPropertiesDlg.o $(OBJ)/DocActionFinishDel.o \ + $(OBJ)/ShortcutsList.o $(OBJ)/ShortcutsListDlg.o $(OBJ)/DateTimeDlg.o $(OBJ)/AboutDlg.o $(OBJ)/EditDlg.o |