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.
29 lines
980 B
29 lines
980 B
Index: configure |
|
--- configure.orig 2007-02-03 14:35:55 +0100 |
|
+++ configure 2007-03-15 11:11:59 +0100 |
|
@@ -19031,9 +19031,7 @@ |
|
|
|
### Default CFLAGS |
|
DEFAULT_CFLAGS="" |
|
-DEFAULT_CFLAGS="-O -g3 -Wall -Wcast-align -Wstrict-prototypes \ |
|
--Wmissing-prototypes -Wmissing-declarations -Wpointer-arith \ |
|
--Wnested-externs -D_REENTRANT" |
|
+DEFAULT_CFLAGS="-D_REENTRANT" |
|
|
|
|
|
|
|
Index: html/Makefile.in |
|
--- html/Makefile.in.orig 2007-02-03 14:35:48 +0100 |
|
+++ html/Makefile.in 2007-03-15 11:12:36 +0100 |
|
@@ -150,9 +150,9 @@ |
|
WebHtmldir = $(datadir)/doc/httrack/html/server |
|
WebHtmlimagesdir = $(datadir)/doc/httrack/html/server/images |
|
WebHtmlsfxdir = $(datadir)/doc/httrack/html/server/sfx |
|
-WebPixmapdir = $(datadir)/pixmaps |
|
+WebPixmapdir = $(datadir)/httrack/pixmaps |
|
WebGPixmapdir = $(datadir)/httrack/icons |
|
-VFolderEntrydir = $(prefix)/share/applications |
|
+VFolderEntrydir = $(prefix)/share/httrack/applications |
|
|
|
HelpHtmlroot_DATA = ../httrack-doc.html ../history.txt |
|
HelpHtml_DATA = *.html
|
|
|