summaryrefslogtreecommitdiff
path: root/app-office/ical/files/ical-3.0-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/ical/files/ical-3.0-makefile.patch')
-rw-r--r--app-office/ical/files/ical-3.0-makefile.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-office/ical/files/ical-3.0-makefile.patch b/app-office/ical/files/ical-3.0-makefile.patch
deleted file mode 100644
index ecc911c16908..000000000000
--- a/app-office/ical/files/ical-3.0-makefile.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Add LDFLAGS to linker calls
-Fix deps on check targets for parallel tests
-
-Patch by Kevin McCarthy <signals42@gmail.com>
-
---- Makefile.in
-+++ Makefile.in
-@@ -74,13 +74,13 @@
- all: $(CONFIGURED) ical
-
- ical: $(LIB3) $(LIB2) $(LIB1) $(OBJS) main.o
-- $(CXXLINKER) -o $@ $(OBJS) main.o $(LIBS)
-+ $(CXXLINKER) $(LDFLAGS) -o $@ $(OBJS) main.o $(LIBS)
-
- ical-bundle: $(LIB3) $(LIB2) $(LIB1) $(OBJS) mbundle.o
-- $(CXXLINKER) -o $@ $(OBJS) mbundle.o $(BLIBS)
-+ $(CXXLINKER) $(LDFLAGS) -o $@ $(OBJS) mbundle.o $(BLIBS)
-
- ical-tiny: $(LIB3) $(LIB2) $(LIB1) $(OBJS) mbundle.o
-- $(CXXLINKER) -o $@ $(OBJS) mbundle.o $(TINY_BLIBS)
-+ $(CXXLINKER) $(LDFLAGS) -o $@ $(OBJS) mbundle.o $(TINY_BLIBS)
-
- $(LIB1): FRC
- @echo making in calendar
-@@ -195,7 +195,7 @@
- check_text:
- @ICAL_LIBRARY=$(srcdir) ./ical -nodisplay -f $(srcdir)/tests/no_x.tcl
-
--check_x:
-+check_x: check_text
- @ICAL_LIBRARY=$(srcdir) ./ical -f $(srcdir)/tests/x.tcl
-
- # Rules for shipping html documentation