diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2024-11-06 21:53:37 +0100 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2024-11-06 21:53:37 +0100 |
commit | a5a24449e385d6ca8f2d77fd4a85e601bb19cb15 (patch) | |
tree | f68c294e9a7a912500dd2a1d13c051356769f283 /x11-clocks/asclock-xlib/files/patch-Imakefile | |
parent | math/R: Update to 4.4.2 (diff) |
x11-clocks/asclock-xlib: update to 2.0.12
- take maintainership
- reset default theme
- use DATADIR
- rename files
- remove CONFLICTS
Diffstat (limited to 'x11-clocks/asclock-xlib/files/patch-Imakefile')
-rw-r--r-- | x11-clocks/asclock-xlib/files/patch-Imakefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-clocks/asclock-xlib/files/patch-Imakefile b/x11-clocks/asclock-xlib/files/patch-Imakefile index e7456f763a9d..b452d1ed2f98 100644 --- a/x11-clocks/asclock-xlib/files/patch-Imakefile +++ b/x11-clocks/asclock-xlib/files/patch-Imakefile @@ -1,6 +1,6 @@ ---- Imakefile.orig Sun Mar 25 12:49:22 2007 -+++ Imakefile Sun Mar 25 12:49:32 2007 -@@ -5,7 +5,7 @@ +--- Imakefile.orig 1999-03-14 06:04:31 UTC ++++ Imakefile +@@ -5,9 +5,9 @@ LINTLIBS = $(LINTXLIB) LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) LINTLIBS = $(LINTXLIB) @@ -9,3 +9,6 @@ SRCS = asclock.c parser.c symbols.c config.c OBJS = asclock.o parser.o symbols.o config.o + +-ComplexProgramTarget(asclock) ++ComplexProgramTarget(asclock-xlib) |