You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.4 KiB
37 lines
1.4 KiB
Index: configure |
|
--- configure.orig 2015-03-16 17:15:53.260562000 +0100 |
|
+++ configure 2015-03-16 17:17:16.401166881 +0100 |
|
@@ -12617,12 +12617,7 @@ |
|
|
|
|
|
### Default CFLAGS |
|
-DEFAULT_CFLAGS="-Wall -Wformat -Wformat-security \ |
|
--Wmultichar -Wwrite-strings -Wcast-qual -Wcast-align \ |
|
--Wstrict-prototypes -Wmissing-prototypes \ |
|
--Wmissing-declarations -Wdeclaration-after-statement \ |
|
--Wpointer-arith -Wsequence-point -Wnested-externs \ |
|
--D_REENTRANT" |
|
+DEFAULT_CFLAGS="-D_REENTRANT" |
|
|
|
DEFAULT_LDFLAGS="" |
|
|
|
Index: html/Makefile.in |
|
--- html/Makefile.in.orig 2015-03-16 17:15:53.290783000 +0100 |
|
+++ html/Makefile.in 2015-03-16 17:18:30.540941699 +0100 |
|
@@ -252,11 +252,11 @@ |
|
HelpHtmlTxtdir = $(HelpHtmldir) |
|
WebHtmldir = $(HelpHtmldir)/server |
|
WebHtmlimagesdir = $(HelpHtmldir)/server/images |
|
-WebPixmapdir = $(datadir)/pixmaps |
|
-WebIcon16x16dir = $(datadir)/icons/hicolor/16x16/apps |
|
-WebIcon32x32dir = $(datadir)/icons/hicolor/32x32/apps |
|
-WebIcon48x48dir = $(datadir)/icons/hicolor/48x48/apps |
|
-VFolderEntrydir = $(prefix)/share/applications |
|
+WebPixmapdir = $(datadir)/httrack/pixmaps |
|
+WebIcon16x16dir = $(datadir)/httrack/icons/hicolor/16x16/apps |
|
+WebIcon32x32dir = $(datadir)/httrack/icons/hicolor/32x32/apps |
|
+WebIcon48x48dir = $(datadir)/httrack/icons/hicolor/48x48/apps |
|
+VFolderEntrydir = $(prefix)/share/httrack/applications |
|
HelpHtmlroot_DATA = ../httrack-doc.html ../history.txt |
|
HelpHtml_DATA = *.html |
|
HelpHtmldiv_DATA = div/search.sh
|
|
|