diff options
Diffstat (limited to 'sys-process/incron/files/incron-0.5.5-gentoo.patch')
-rw-r--r-- | sys-process/incron/files/incron-0.5.5-gentoo.patch | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/sys-process/incron/files/incron-0.5.5-gentoo.patch b/sys-process/incron/files/incron-0.5.5-gentoo.patch index ca05cad28..c16f6082c 100644 --- a/sys-process/incron/files/incron-0.5.5-gentoo.patch +++ b/sys-process/incron/files/incron-0.5.5-gentoo.patch @@ -1,7 +1,7 @@ diff -Nur incron-0.5.5/Makefile incron-0.5.5-r1/Makefile --- incron-0.5.5/Makefile 2007-02-14 15:54:33.000000000 +0100 +++ incron-0.5.5-r1/Makefile 2007-02-23 09:57:16.000000000 +0100 -@@ -1,9 +1,10 @@ +@@ -1,15 +1,16 @@ -PREFIX = /usr/local -USERDATADIR = /var/spool/incron @@ -17,11 +17,20 @@ diff -Nur incron-0.5.5/Makefile incron-0.5.5-r1/Makefile RELEASE = incron-`cat VERSION` RELEASEDIR = /tmp/$(RELEASE) -@@ -18,7 +19,7 @@ + USER = root + +-CXX = g++ ++CXX := g++ + INSTALL = install + + OPTIMIZE = -O2 +@@ -17,8 +18,8 @@ + WARNINGS = -Wall CXXAUX = -pipe - CXXFLAGS = $(OPTIMIZE) $(DEBUG) $(WARNINGS) $(CXXAUX) +-CXXFLAGS = $(OPTIMIZE) $(DEBUG) $(WARNINGS) $(CXXAUX) -LDFLAGS = $(WARNINGS) ++CXXFLAGS := $(OPTIMIZE) $(DEBUG) $(WARNINGS) $(CXXAUX) +LDFLAGS += $(WARNINGS) PROGRAMS = incrond incrontab @@ -42,6 +51,7 @@ diff -Nur incron-0.5.5/Makefile incron-0.5.5-r1/Makefile install-man: incrontab.1 incrontab.5 incrond.8 incron.conf.5 $(INSTALL) -m 0755 -d $(MANPATH)/man1 + diff -Nur incron-0.5.5/incrond-init.d incron-0.5.5-r1/incrond-init.d --- incron-0.5.5/incrond-init.d 1970-01-01 01:00:00.000000000 +0100 +++ incron-0.5.5-r1/incrond-init.d 2007-02-23 09:53:59.000000000 +0100 |