summaryrefslogtreecommitdiff
path: root/net/asterisk11/files/patch-main__Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-10-28 08:26:27 +0000
committerRene Ladan <rene@FreeBSD.org>2017-10-28 08:26:27 +0000
commit89b1360e42eed02f5bd70de1302df99c210e7e70 (patch)
tree4bfe2b1b935b8ee1574bb82410b791157fef542c /net/asterisk11/files/patch-main__Makefile
parentFix pkg-plist. (diff)
Remove expired port:
2017-10-25 net/asterisk11: Asterisk 11.x will reach EOL on 2017-10-25. Please migrate to net/asterisk13
Diffstat (limited to 'net/asterisk11/files/patch-main__Makefile')
-rw-r--r--net/asterisk11/files/patch-main__Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/net/asterisk11/files/patch-main__Makefile b/net/asterisk11/files/patch-main__Makefile
deleted file mode 100644
index a0e3ebc7cf42..000000000000
--- a/net/asterisk11/files/patch-main__Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
---- main/Makefile.orig 2015-03-12 12:26:57 UTC
-+++ main/Makefile
-@@ -76,6 +76,7 @@ ifeq ($(OSARCH),FreeBSD)
- BSDVERSION=$(shell make -V OSVERSION -f /usr/share/mk/bsd.port.subdir.mk)
- AST_LIBS+=$(shell if test $(BSDVERSION) -lt 502102 ; then echo "-lc_r"; else echo "-pthread"; fi)
- AST_LIBS+=-lcrypto
-+ AST_LIBS+=%%LIBSYSINFO%%
- endif
-
- ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
-@@ -218,9 +219,9 @@ ifeq ($(GNU_LD),1)
- endif
- $(ECHO_PREFIX) echo " [LD] $^ -> $@"
- $(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(CC_LDFLAGS_SO) $^ $(CC_LIBS)
--ifneq ($(LDCONFIG),)
-- $(LDCONFIG) $(LDCONFIG_FLAGS) .
--endif
-+#ifneq ($(LDCONFIG),)
-+# $(LDCONFIG) $(LDCONFIG_FLAGS) .
-+#endif
-
- $(ASTSSL_LIB): $(ASTSSL_LIB).$(ASTSSL_SO_VERSION)
- $(LN) -sf $< $@
-@@ -269,9 +270,9 @@ ifeq ($(findstring darwin,$(OSARCH)),) #
- else # Darwin
- $(INSTALL) -m 755 $(ASTSSL_LIB) "$(DESTDIR)$(ASTLIBDIR)/"
- endif
--ifneq ($(LDCONFIG),)
-- $(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
--endif
-+#ifneq ($(LDCONFIG),)
-+# $(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
-+#endif
- endif
- $(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk"
-