diff options
author | tron <tron@pkgsrc.org> | 1998-02-17 23:26:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-17 23:26:49 +0000 |
commit | 676f8927c5b5dedd2ba133e8bb5ac451dab07312 (patch) | |
tree | aa7e7614a1ed4dc3b3caa4e9a50c9427b4faf3c9 /x11/xneko/patches | |
parent | 5baa5aeaad3b812fb8dcc6409525832aff969085 (diff) | |
download | pkgsrc-676f8927c5b5dedd2ba133e8bb5ac451dab07312.tar.gz |
Initial import of FreeBSD's "xneko" port.
Diffstat (limited to 'x11/xneko/patches')
-rw-r--r-- | x11/xneko/patches/patch-aa | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/x11/xneko/patches/patch-aa b/x11/xneko/patches/patch-aa new file mode 100644 index 00000000000..483988a15c8 --- /dev/null +++ b/x11/xneko/patches/patch-aa @@ -0,0 +1,37 @@ +diff -udr ../xneko.BSD/Makefile ./Makefile +--- ../xneko.BSD/Makefile Tue Jun 1 03:46:11 1993 ++++ ./Makefile Fri Dec 22 19:16:13 1995 +@@ -1,8 +1,17 @@ + # @(#)Makefile 8.1 (Berkeley) 5/31/93 + + PROG= xneko +-MAN6= xneko.0 +-DPADD= ${LIBX} ${LIBM} +-LDADD= -lX11/X11 -lm ++MAN6= xneko.6 ++ ++DPADD+= ${X11BASE}/lib/libX11.a ${LIBM} ++CFLAGS+= -I${X11BASE}/include ++LDDESTDIR+= -L${X11BASE}/lib ++LDADD+= -lX11 -lm ++ ++MANDIR= ${X11BASE}/man/man ++ ++BINOWN= bin ++BINDIR= ${X11BASE}/bin ++BINMODE= 755 + + .include <bsd.prog.mk> +diff -udr ../xneko.BSD/xneko.c ./xneko.c +--- ../xneko.BSD/xneko.c Tue Jun 1 03:46:10 1993 ++++ ./xneko.c Fri Dec 22 19:10:44 1995 +@@ -139,6 +139,9 @@ + + #include <stdio.h> + ++#include <stdlib.h> ++#include <string.h> ++ + #include <signal.h> + #include <math.h> + #include <sys/time.h> |