/[pkgs]/devel/MyPasswordSafe/MyPasswordSafe-20061216-use-system-uuid.patch
ViewVC logotype

Contents of /devel/MyPasswordSafe/MyPasswordSafe-20061216-use-system-uuid.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Thu Aug 2 18:12:04 2007 UTC (2 years, 3 months ago) by ertzing
Branch: MAIN
CVS Tags: MyPasswordSafe-0_6_7-5_20061216_fc10, F-12-split, F-10-split, MyPasswordSafe-0_6_7-3_20061216_fc9, MyPasswordSafe-0_6_7-1_20061216_fc8, F-11-split, MyPasswordSafe-0_6_7-7_20061216_fc11, MyPasswordSafe-0_6_7-4_20061216_fc9, F-8-split, MyPasswordSafe-0_6_7-2_20061216_fc9, MyPasswordSafe-0_6_7-6_20061216_fc10, MyPasswordSafe-0_6_7-8_20061216_fc12, F-9-split, MyPasswordSafe-0_6_7-9_20061216_fc12, HEAD
File MIME type: text/x-patch
*** empty log message ***
1 diff -uNr MyPasswordSafe-20061216-orig/Makefile MyPasswordSafe-20061216/Makefile
2 --- MyPasswordSafe-20061216-orig/Makefile 2004-12-06 14:14:53.000000000 +0100
3 +++ MyPasswordSafe-20061216/Makefile 2007-07-06 20:55:45.000000000 +0200
4 @@ -27,7 +27,7 @@
5 MyPasswordSafe.mak: MyPasswordSafe.pro
6 $(QMAKE) -o $@ $<
7
8 -MyPasswordSafe: config uuid-1.0.0/.libs/libuuid.a MyPasswordSafe.mak
9 +MyPasswordSafe: config MyPasswordSafe.mak
10 ${MAKE} -f MyPasswordSafe.mak
11 lrelease locale/*.ts
12
13 diff -uNr MyPasswordSafe-20061216-orig/MyPasswordSafe.pro MyPasswordSafe-20061216/MyPasswordSafe.pro
14 --- MyPasswordSafe-20061216-orig/MyPasswordSafe.pro 2006-04-06 13:04:38.000000000 +0200
15 +++ MyPasswordSafe-20061216/MyPasswordSafe.pro 2007-07-06 21:04:34.000000000 +0200
16 @@ -3,8 +3,8 @@
17
18 CONFIG += qt warn_on
19
20 -LIBS += uuid-1.0.0/.libs/libuuid.a
21 -INCLUDEPATH += uuid-1.0.0
22 +LIBS += -lossp-uuid
23 +#INCLUDEPATH += uuid-1.0.0
24
25 # idle
26 CONFIG += idle

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2