kiss-mfavila-large/ports/xclock/build

11 lines
288 B
Plaintext
Raw Normal View History

2021-05-09 06:10:08 +00:00
#!/bin/sh -e
# Patch Clock.c to compile with other Xaws
2021-05-20 00:33:40 +00:00
sed -e 's/XpmReadFileToPixmap(dpy, RootWindowOfScreen(screen), name, &pmap,//g' Clock.c | sed -e 's/&shapemask, NULL);//g' > Clock.c.new ; mv Clock.c.new Clock.c
2021-05-11 04:07:37 +00:00
./configure \
--prefix=/usr
2021-05-09 06:10:08 +00:00
make
make DESTDIR="$1" install