SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
lang/gcc/11/patches/patch-libobjc_Makefile_in
Normal file
25
lang/gcc/11/patches/patch-libobjc_Makefile_in
Normal file
|
@ -0,0 +1,25 @@
|
|||
--- libobjc/Makefile.in.orig Sun Feb 3 12:16:21 2013
|
||||
+++ libobjc/Makefile.in Tue Mar 5 19:45:43 2013
|
||||
@@ -259,18 +259,20 @@ install-html:
|
||||
install-pdf:
|
||||
install-info:
|
||||
|
||||
+include $(top_srcdir)/../libversions
|
||||
+
|
||||
LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
|
||||
|
||||
libobjc$(libsuffix).la: $(OBJS)
|
||||
$(LIBTOOL_LINK) $(CC) -o $@ $(OBJS) \
|
||||
-Wc,-shared-libgcc -rpath $(toolexeclibdir) \
|
||||
- -version-info $(LIBOBJC_VERSION) $(extra_ldflags_libobjc) \
|
||||
+ $(LIBobjc_LTVERSION) $(extra_ldflags_libobjc) \
|
||||
$(LTLDFLAGS)
|
||||
|
||||
libobjc_gc$(libsuffix).la: $(OBJS_GC)
|
||||
$(LIBTOOL_LINK) $(CC) -o $@ $(OBJS_GC) $(OBJC_BOEHM_GC_LIBS) \
|
||||
-Wc,-shared-libgcc -rpath $(toolexeclibdir) \
|
||||
- -version-info $(LIBOBJC_GC_VERSION) $(extra_ldflags_libobjc) \
|
||||
+ $(LIBobjc_gc_LTVERSION) $(extra_ldflags_libobjc) \
|
||||
$(LTLDFLAGS)
|
||||
|
||||
info:
|
Loading…
Add table
Add a link
Reference in a new issue