diff options
author | tv <tv> | 1998-07-15 01:01:35 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-15 01:01:35 +0000 |
commit | 33fea3bb9478b85e645616f1a7eda2b85832c815 (patch) | |
tree | f423268d318a83f14723d42d48e7f1ad47aeedee /www/arena/patches | |
parent | 35de8be63bf0d28457201b7d9ca6c27c269770c2 (diff) | |
download | pkgsrc-33fea3bb9478b85e645616f1a7eda2b85832c815.tar.gz |
Import of FreeBSD's arena pkg. Patches to follow.
Diffstat (limited to 'www/arena/patches')
-rw-r--r-- | www/arena/patches/patch-aa | 29 | ||||
-rw-r--r-- | www/arena/patches/patch-ac | 29 | ||||
-rw-r--r-- | www/arena/patches/patch-ae | 12 |
3 files changed, 70 insertions, 0 deletions
diff --git a/www/arena/patches/patch-aa b/www/arena/patches/patch-aa new file mode 100644 index 00000000000..2eb52fe737e --- /dev/null +++ b/www/arena/patches/patch-aa @@ -0,0 +1,29 @@ +*** Arena/freebsd/Makefile.orig Thu Apr 25 06:39:15 1996 +--- Arena/freebsd/Makefile Sat Nov 16 04:46:01 1996 +*************** +*** 8,19 **** + ASIS_MACH = hardware/os + + +! CFLAGS = -DDEBUG -D__BSD__ -I/usr/X11/include \ + -DCALL_CLIENT_BUG \ + -DCLONE -DFIND -DJPEG \ +! -O -g -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR + LFLAGS = +! CC = gcc + + # Directory for installed binary: + BINDIR = /usr/local/bin +--- 8,19 ---- + ASIS_MACH = hardware/os + + +! CFLAGS+= -DDEBUG -D__BSD__ -I${X11BASE}/include -I${PREFIX}/include \ + -DCALL_CLIENT_BUG \ + -DCLONE -DFIND -DJPEG \ +! -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR + LFLAGS = +! #CC = gcc + + # Directory for installed binary: + BINDIR = /usr/local/bin diff --git a/www/arena/patches/patch-ac b/www/arena/patches/patch-ac new file mode 100644 index 00000000000..0079bbe2977 --- /dev/null +++ b/www/arena/patches/patch-ac @@ -0,0 +1,29 @@ +*** Library/freebsd/Makefile.bak Thu Apr 25 05:56:24 1996 +--- Library/freebsd/Makefile Sat Nov 16 04:34:05 1996 +*************** +*** 8,19 **** + ASIS_MACH = hardware/os + + +! CFLAGS = -DDEBUG -D__BSD__ -I/usr/X11/include \ + -DCALL_CLIENT_BUG \ + -DCLONE -DFIND -DJPEG \ +! -O -g -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR + LFLAGS = +! CC = gcc + + # Directory for installed binary: + BINDIR = /usr/local/bin +--- 8,19 ---- + ASIS_MACH = hardware/os + + +! CFLAGS+= -DDEBUG -D__BSD__ -I${X11BASE}/include \ + -DCALL_CLIENT_BUG \ + -DCLONE -DFIND -DJPEG \ +! -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR + LFLAGS = +! #CC = gcc + + # Directory for installed binary: + BINDIR = /usr/local/bin diff --git a/www/arena/patches/patch-ae b/www/arena/patches/patch-ae new file mode 100644 index 00000000000..a6b215204ee --- /dev/null +++ b/www/arena/patches/patch-ae @@ -0,0 +1,12 @@ +--- ./Arena/Implementation/icon.c.org Thu Mar 21 07:28:53 1996 ++++ ./Arena/Implementation/icon.c Tue Apr 30 00:22:54 1996 +@@ -46,7 +46,9 @@ + #if defined __QNX__ || (defined(sco) && !defined(sco_os5)) + #define index strchr + #else ++#if !defined(index) + extern char *index(); ++#endif + #endif + + static char basis_64[] = |