diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2020-08-23 16:08:43 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2020-08-23 16:08:43 +0000 |
commit | 082d51fbce69b3794e89b56af7eb8c648c6fb13c (patch) | |
tree | d0c8fde6a07f650947eb09f4c8efb4ba784fb190 /x11-clocks/wmcalclock/files/patch-Makefile | |
parent | Fix build with -fno-common. (diff) |
- Fix dependency.
- Fix a build breakage when -fno-common is specified.
- Regenerate patch files.
- Move the directory creation for DOCSDIR to pre-install.
Notes
Notes:
svn path=/head/; revision=545828
Diffstat (limited to 'x11-clocks/wmcalclock/files/patch-Makefile')
-rw-r--r-- | x11-clocks/wmcalclock/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/wmcalclock/files/patch-Makefile b/x11-clocks/wmcalclock/files/patch-Makefile index ad95d47891af..d16bea2c32bd 100644 --- a/x11-clocks/wmcalclock/files/patch-Makefile +++ b/x11-clocks/wmcalclock/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 1999-03-27 14:46:38.000000000 +0800 -+++ Makefile 2014-01-11 20:07:37.000000000 +0800 +--- Makefile.orig 1999-03-27 06:46:38 UTC ++++ Makefile @@ -1,8 +1,7 @@ -CC = gcc -CFLAGS = -O2 -Wall |