openbsd-ports/textproc/icu4c/patches/patch-source_stubdata_Makefile_in
2012-07-13 07:23:20 +00:00

16 lines
606 B
Plaintext

$OpenBSD: patch-source_stubdata_Makefile_in,v 1.6 2012/07/13 07:23:20 ajacoutot Exp $
Needed to fix a linker warning message about size mismatch. Credits to
Andreas Vogele <andreas@kurzegrasse.de> for this one.
--- source/stubdata/Makefile.in.orig Fri Jun 1 16:53:10 2012
+++ source/stubdata/Makefile.in Thu Jun 21 08:27:54 2012
@@ -41,6 +41,7 @@ ALL_TARGETS = $(TARGET) $(ALL_SO_TARGETS)
DYNAMICCPPFLAGS = $(SHAREDLIBCPPFLAGS)
DYNAMICCFLAGS = $(SHAREDLIBCFLAGS)
+DYNAMICCFLAGS += -finhibit-size-directive
DYNAMICCXXFLAGS = $(SHAREDLIBCXXFLAGS)
CPPFLAGS += -I$(top_srcdir)/common $(LIBCPPFLAGS)