summaryrefslogtreecommitdiff
path: root/repo/x11/motif/15-link_uil_against_libuil.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/motif/15-link_uil_against_libuil.patch')
-rw-r--r--repo/x11/motif/15-link_uil_against_libuil.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/repo/x11/motif/15-link_uil_against_libuil.patch b/repo/x11/motif/15-link_uil_against_libuil.patch
deleted file mode 100644
index 11792a7..0000000
--- a/repo/x11/motif/15-link_uil_against_libuil.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: Link the uil executable against libUil
- Linking the uil executable againt libUil instead of compiling with the libUil
- code results in a reduction in size of the uil executable from about 348KB
- to about 16KB.
- .
- This patch originates from Red Hat.
-Author: Graham Inggs <graham@nerve.org.za>
-Forwarded: http://bugs.motifzone.net/show_bug.cgi?id=1586
-Last-Update: 2013-03-12
---- a/clients/uil/Makefile.am
-+++ b/clients/uil/Makefile.am
-@@ -13,7 +13,7 @@
-
- libUil_la_LIBADD = UilParser.lo ../../lib/Mrm/libMrm.la ../../lib/Xm/libXm.la -lXt
-
--uil_LDADD = ../../lib/Mrm/libMrm.la ../../lib/Xm/libXm.la -lXt
-+uil_LDADD = libUil.la ../../lib/Mrm/libMrm.la ../../lib/Xm/libXm.la -lXt
-
- INCLUDES = -DINCDIR=\"@INCDIR@\" \
- -DLIBDIR=\"@LIBDIR@\" \
-@@ -42,7 +42,7 @@
- UilLstMac.c UilSemVal.c UilSemCSet.c UilDB.c
-
- SRCS = $(COMMON_SRC)
--SRCS2 = $(COMMON_SRC) UilMain.c
-+SRCS2 = UilMain.c
-
- HEADERS_1 = Uil.h UilSymGl.h UilSymDef.h \
- UilDef.h XmAppl.uil