aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/unidesc/files
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-10-27 05:40:42 +0800
committerthierry <thierry@FreeBSD.org>2005-10-27 05:40:42 +0800
commitb65210d01e51bcd15bbda155034b2e007ed96ce2 (patch)
treeaf42d2f007528bd85eea7850647b328f6913cee4 /sysutils/unidesc/files
parent52fa2ae5723e5b0ece476d00f55628eeb3224bcd (diff)
downloadfreebsd-ports-gnome-b65210d01e51bcd15bbda155034b2e007ed96ce2.tar.gz
freebsd-ports-gnome-b65210d01e51bcd15bbda155034b2e007ed96ce2.tar.zst
freebsd-ports-gnome-b65210d01e51bcd15bbda155034b2e007ed96ce2.zip
Upgrade to 2.14.
Changelog at <http://billposer.org/Software/unidesc.html#changelog>.
Diffstat (limited to 'sysutils/unidesc/files')
-rw-r--r--sysutils/unidesc/files/patch-Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/sysutils/unidesc/files/patch-Makefile b/sysutils/unidesc/files/patch-Makefile
deleted file mode 100644
index d6b0d6826ba5..000000000000
--- a/sysutils/unidesc/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