diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-01 17:26:53 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-01 17:26:53 +0100 |
commit | 3ce3c4fd596debefbad77328a9b62a39eccf753c (patch) | |
tree | 8ea8842d946335dbd124e71336a11b928481c544 /unmaintained/t1lib/lib-cleanup.patch | |
parent | 62b8ba5f8fe6d62d56b2d078b4f12f72830ee4af (diff) | |
download | aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.bz2 aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.xz |
unmaintained/*: purge aports not touched since v3.5.0
We agreed with ncopa on #alpine-devel (2017-12-01 16:20 UTC) to
periodically purge aports in unmaintained that haven't been touched
in last 1 year (2 releases).
Diffstat (limited to 'unmaintained/t1lib/lib-cleanup.patch')
-rw-r--r-- | unmaintained/t1lib/lib-cleanup.patch | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/unmaintained/t1lib/lib-cleanup.patch b/unmaintained/t1lib/lib-cleanup.patch deleted file mode 100644 index bd109d1a75..0000000000 --- a/unmaintained/t1lib/lib-cleanup.patch +++ /dev/null @@ -1,59 +0,0 @@ -do not link against libraries that are not needed - -Index: t1lib-5.1.1/lib/Makefile.in -=================================================================== ---- t1lib-5.1.1.orig/lib/Makefile.in 2008-01-05 19:17:21.000000000 +0100 -+++ t1lib-5.1.1/lib/Makefile.in 2008-01-05 19:17:38.000000000 +0100 -@@ -24,7 +24,7 @@ - X_LIBS = @X_LIBS@ - TOPSRC = @top_srcdir@ - XPM_LIB = -lXpm --XLIB = @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ -+XLIB = -lX11 - LDFLAGS = @LDFLAGS@ - LDLIBS = @LDLIBS@ - AR = ar rc -@@ -137,7 +137,7 @@ - $(LIBTOOL) --mode=link \ - $(CC) $(LDFLAGS) -o $@ $(T1LIBX_OBJS) \ - -version-info @T1LIB_LT_CURRENT@:@T1LIB_LT_REVISION@:@T1LIB_LT_AGE@ \ -- libt1.la $(X_LIBS) $(XPM_LIB) $(XLIB) -no-undefined -rpath $(libdir) -+ libt1.la $(X_LIBS) $(XLIB) -no-undefined -rpath $(libdir) - cp t1lib/t1libx.h . - - -Index: t1lib-5.1.1/type1afm/Makefile.in -=================================================================== ---- t1lib-5.1.1.orig/type1afm/Makefile.in 2008-01-05 19:17:52.000000000 +0100 -+++ t1lib-5.1.1/type1afm/Makefile.in 2008-01-05 19:18:02.000000000 +0100 -@@ -70,7 +70,7 @@ - - type1afm: $(OBJS) ../lib/t1lib.h - $(LIBTOOL) --mode=link \ -- $(CC) -o type1afm $(LDFLAGS) $(OBJS) $(T1LIB) $(LDLIBS) -+ $(CC) -o type1afm $(LDFLAGS) $(OBJS) $(T1LIB) - - .SUFFIXES: .lo - .c.lo: -Index: t1lib-5.1.1/xglyph/Makefile.in -=================================================================== ---- t1lib-5.1.1.orig/xglyph/Makefile.in 2008-01-05 19:18:15.000000000 +0100 -+++ t1lib-5.1.1/xglyph/Makefile.in 2008-01-05 19:18:31.000000000 +0100 -@@ -24,7 +24,7 @@ - X_LIBS = @X_LIBS@ - TOPSRC = @top_srcdir@ - XPM_LIB = -lXpm --XLIB = @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ -+XLIB = -lX11 @X_EXTRA_LIBS@ - LDFLAGS = @LDFLAGS@ - LDLIBS = @LDLIBS@ - AR = ar rc -@@ -65,7 +65,7 @@ - - T1LIB = ../lib/libt1.la - T1LIBX = ../lib/libt1x.la --XAWLIB = -lXaw -lXt -lXmu -+XAWLIB = -lXaw -lXt - - - all: xglyph |