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.
28 lines
1010 B
28 lines
1010 B
Index: configure |
|
--- configure.orig 2013-04-27 15:33:27.000000000 +0200 |
|
+++ configure 2013-04-28 09:44:21.013602733 +0200 |
|
@@ -15191,9 +15191,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 2013-04-27 15:33:25.000000000 +0200 |
|
+++ html/Makefile.in 2013-04-28 09:44:51.293582480 +0200 |
|
@@ -209,8 +209,8 @@ |
|
WebHtmldir = $(datadir)/doc/httrack/html/server |
|
WebHtmlimagesdir = $(datadir)/doc/httrack/html/server/images |
|
WebHtmlsfxdir = $(datadir)/doc/httrack/html/server/sfx |
|
-WebPixmapdir = $(datadir)/pixmaps |
|
-VFolderEntrydir = $(prefix)/share/applications |
|
+WebPixmapdir = $(datadir)/httrack/pixmaps |
|
+VFolderEntrydir = $(prefix)/share/httrack/applications |
|
HelpHtmlroot_DATA = ../httrack-doc.html ../history.txt |
|
HelpHtml_DATA = *.html |
|
HelpHtmldiv_DATA = div/search.sh
|
|
|