diff options
author | SADA Kenji <sada@FreeBSD.org> | 2000-11-26 14:46:35 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2000-11-26 14:46:35 +0000 |
commit | ccbab13aa61d4ddc49a70c84548c67981b4ec25d (patch) | |
tree | b296041445de55bfec1ce4b776df16c1c3201ada /www/libxpg4-ns/files/patch-ab | |
parent | - Support CC/CFLAGS properly (diff) |
Unbroke - I abandon to build an aout lib.
Now this port installs binary files which were pulled up
from packages-4.1.1.
Notes
Notes:
svn path=/head/; revision=35443
Diffstat (limited to 'www/libxpg4-ns/files/patch-ab')
-rw-r--r-- | www/libxpg4-ns/files/patch-ab | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/libxpg4-ns/files/patch-ab b/www/libxpg4-ns/files/patch-ab deleted file mode 100644 index 8fc638c941f9..000000000000 --- a/www/libxpg4-ns/files/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig Sat Feb 27 20:19:25 1999 -+++ Makefile Sat Feb 27 20:20:05 1999 -@@ -1,8 +1,8 @@ --LIB= xpg4 -+LIB= xpg4-ns - SRCS= setlocale.c setrunelocale.c big5.c euc.c mskanji.c utf2.c runetype.c \ -- tolower.c toupper.c --CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale --.PATH: ${.CURDIR}/../libc/locale -+ tolower.c toupper.c ansi.c -+CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/locale -+.PATH: ${.CURDIR}/locale - - NOMAN= YES - |