aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/ctwm/files
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-20 19:35:22 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-20 19:35:22 +0000
commit797a761c52076ad74a2cc08d877f6da84617226e (patch)
tree68997c989764e9fdceae7a0c900cdb8000e0a930 /x11-wm/ctwm/files
parentf191d6b8872215d88c30b5942a9319854b9e98ba (diff)
Notes
Diffstat (limited to 'x11-wm/ctwm/files')
-rw-r--r--x11-wm/ctwm/files/patch-Imakefile13
-rw-r--r--x11-wm/ctwm/files/patch-util.c11
2 files changed, 0 insertions, 24 deletions
diff --git a/x11-wm/ctwm/files/patch-Imakefile b/x11-wm/ctwm/files/patch-Imakefile
deleted file mode 100644
index 10bfd6569c32..000000000000
--- a/x11-wm/ctwm/files/patch-Imakefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./Imakefile.orig 2014-01-20 08:59:13.000000000 +0100
-+++ ./Imakefile 2014-01-20 08:59:40.000000000 +0100
-@@ -167,8 +167,8 @@
- 3dcircle.xpm 3ddimple.xpm 3ddot.xpm 3dfeet.xpm 3dleopard.xpm \
- 3dpie.xpm 3dpyramid.xpm 3dslant.xpm
-
--SpecialObjectRule(parse.o,parse.c,'-DSYSTEM_INIT_FILE="$(DESTDIR)$(CONFDIR)/system.ctwmrc"' '-DPIXMAP_DIRECTORY="$(DESTDIR)$(PIXMAPDIR)"')
--SpecialObjectRule(ctwm.o,ctwm.c,'-DPIXMAP_DIRECTORY="$(DESTDIR)$(PIXMAPDIR)"')
-+SpecialObjectRule(parse.o,parse.c,'-DSYSTEM_INIT_FILE="$(CONFDIR)/system.ctwmrc"' '-DPIXMAP_DIRECTORY="$(PIXMAPDIR)"')
-+SpecialObjectRule(ctwm.o,ctwm.c,'-DPIXMAP_DIRECTORY="$(PIXMAPDIR)"')
- #if !HasPutenv
- SpecialObjectRule(util.o,util.c,-DNOPUTENV)
- #endif
diff --git a/x11-wm/ctwm/files/patch-util.c b/x11-wm/ctwm/files/patch-util.c
deleted file mode 100644
index f460a7e0bdf7..000000000000
--- a/x11-wm/ctwm/files/patch-util.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- util.c.orig 2012-01-08 16:51:48.245308175 -0600
-+++ util.c 2012-01-08 16:51:52.168309618 -0600
-@@ -3941,7 +3941,7 @@
- #ifdef JPEG
-
- unsigned short int *buffer_16bpp;
--long *buffer_32bpp;
-+uint32_t *buffer_32bpp;
-
- static void convert_for_16 (int w, int x, int y, int r, int g, int b) {
- buffer_16bpp [y * w + x] = ((r >> 3) << 11) + ((g >> 2) << 5) + (b >> 3);