mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
- asterisk depends on gmake so use gmake to run the menuselect.makeopts target [1] - disable res_timing_kqueue module until we can figure out what's wrong with it [2] Submitted by: John Marino <draco@marino.st> [1] Reported by: Ian FREISLICH <ianf@clue.co.za>, [2] Alejandro Imass <ait@p2ee.org>, [2] Amr Elsharqawi <aelsharqawi@live.com> [2]
15 lines
456 B
Text
15 lines
456 B
Text
--- main/Makefile.orig 2013-06-13 19:07:52.590762266 +0200
|
|
+++ main/Makefile 2013-06-13 19:07:24.770763707 +0200
|
|
@@ -215,9 +215,9 @@
|
|
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 $< $@
|