summaryrefslogtreecommitdiff
path: root/sysutils/uniutils/files/patch-Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /sysutils/uniutils/files/patch-Makefile
parentFix the string format vulnerability desribed at (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'sysutils/uniutils/files/patch-Makefile')
-rw-r--r--sysutils/uniutils/files/patch-Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/sysutils/uniutils/files/patch-Makefile b/sysutils/uniutils/files/patch-Makefile
deleted file mode 100644
index d6b0d6826ba5..000000000000
--- a/sysutils/uniutils/files/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig Sun Jan 9 20:55:19 2005
-+++ Makefile Sun May 15 16:11:22 2005
-@@ -5,8 +5,9 @@
- BINOBJS= unidesc.o uniname.o unames.o ExplicateUTF8.o unihist.o
- MANS= unidesc.1 uniname.1 ExplicateUTF8.1 unihist.1
-
--CFLAGS= -pedantic -O
--CC=gcc
-+CFLAGS+= -pedantic -I%%LOCALBASE%%/include
-+LDFLAGS+= -L%%LOCALBASE%%/lib -lintl
-+# CC=gcc
-
- all: ${BINS}
-
-@@ -42,7 +43,7 @@
- ${CC} -c ${CFLAGS} unihist.c
-
- unihist: unihist.o Get_UTF32_From_UTF8.o putu8.o
-- ${CC} -o unihist unihist.o Get_UTF32_From_UTF8.o putu8.o
-+ ${CC} -o unihist unihist.o Get_UTF32_From_UTF8.o putu8.o ${LDFLAGS}
-
-
- ExplicateUTF8.o: ExplicateUTF8.c