summaryrefslogtreecommitdiff
path: root/app-text/dictd/files/dictd-1.12.0-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/dictd/files/dictd-1.12.0-build.patch')
-rw-r--r--app-text/dictd/files/dictd-1.12.0-build.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-text/dictd/files/dictd-1.12.0-build.patch b/app-text/dictd/files/dictd-1.12.0-build.patch
deleted file mode 100644
index d192f8ccb961..000000000000
--- a/app-text/dictd/files/dictd-1.12.0-build.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-don't force -static so we get both pic and non-pic objects
-
-https://bugs.gentoo.org/342669
-
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -117,12 +117,12 @@
- @SET_MAKE@
-
- %.o: %.c
-- $(LIBTOOL) --tag=CC --mode=compile $(CC) -c $(CFLAGS) $< -o $@
-+ $(LIBTOOL) --tag=CC --mode=compile $(CC) -c $(CFLAGS) $< -o $@ -static
- %.o: %.cpp
-- $(LIBTOOL) --tag=CXX --mode=compile $(CXX) -c $(CFLAGS) $< -o $@
-+ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) -c $(CFLAGS) $< -o $@ -static
-
- %: %.o
-- $(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ -static \
-+ $(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ \
- $^ $(OBJS) $(LDFLAGS) -lz ${LIBS}
-
- include $(srcdir)/deps