]> git.pld-linux.org Git - packages/galeon.git/commitdiff
cleanup patches
authorArtur Frysiak <artur@frysiak.net>
Mon, 15 Apr 2002 17:05:16 +0000 (17:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    galeon-am_fix.patch -> 1.1
    galeon-gcc31.patch -> 1.1

galeon-am_fix.patch [new file with mode: 0644]
galeon-gcc31.patch [new file with mode: 0644]

diff --git a/galeon-am_fix.patch b/galeon-am_fix.patch
new file mode 100644 (file)
index 0000000..18504c3
--- /dev/null
@@ -0,0 +1,25 @@
+--- galeon-1.2.0/src/mozilla/Makefile.am.wiget Mon Apr 15 18:02:59 2002
++++ galeon-1.2.0/src/mozilla/Makefile.am       Mon Apr 15 18:04:07 2002
+@@ -94,9 +94,9 @@
+       gProtocolModule.cpp
+-noinst_LIBRARIES = libmozilla-interaction.a
++noinst_LTLIBRARIES = libmozilla-interaction.la
+-libmozilla_interaction_a_SOURCES = \
++libmozilla_interaction_la_SOURCES = \
+       mozilla.cpp                     \
+       mozilla.h                       \
+       BaseProtocolHandler.cpp         \
+--- galeon-1.2.0/src/Makefile.am.wiget Mon Apr 15 18:28:13 2002
++++ galeon-1.2.0/src/Makefile.am       Mon Apr 15 18:28:38 2002
+@@ -160,7 +160,7 @@
+       $(NAUTILUS_VIEW_SRC_TO_COMPILE)
+ galeon_bin_LDADD = \
+-      $(top_builddir)/src/mozilla/libmozilla-interaction.a \
++      $(top_builddir)/src/mozilla/libmozilla-interaction.la \
+       $(MOZILLA_COMPONENT_LDFLAGS) \
+       $(MOZILLA_COMPONENT_LIBS) \
+       $(GALEON_DEPENDENCY_LIBS) \
diff --git a/galeon-gcc31.patch b/galeon-gcc31.patch
new file mode 100644 (file)
index 0000000..d49a0a8
--- /dev/null
@@ -0,0 +1,11 @@
+--- galeon-1.2.0/src/mozilla/ProgressListener2.cpp.wiget       Mon Apr 15 18:14:48 2002
++++ galeon-1.2.0/src/mozilla/ProgressListener2.cpp     Mon Apr 15 18:15:07 2002
+@@ -166,7 +166,7 @@
+                                             nsIFile *aFile, 
+                                             DownloadAction aAction,
+                                             gpointer info,
+-                                            PRInt64 aTimeDownloadStarted = 0)
++                                            PRInt64 aTimeDownloadStarted)
+ {
+       nsresult rv;
This page took 0.034576 seconds and 4 git commands to generate.