mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
3c08c7c63c
Mark as IGNORE < 500100. Require some C99 functions. PR: 91936 Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer)
11 lines
394 B
Plaintext
11 lines
394 B
Plaintext
--- src/Makefile.in.orig Wed Jan 18 15:40:30 2006
|
|
+++ src/Makefile.in Wed Jan 18 15:40:46 2006
|
|
@@ -325,7 +325,6 @@
|
|
|
|
iruntime::
|
|
$(INSTALL_DATA) $(RUNTIME) $(DESTDIR)$(PLBASE)/lib/$(ARCH)
|
|
- $(RANLIB) $(DESTDIR)$(PLBASE)/lib/$(ARCH)/$(PLLIB)
|
|
ifeq ($(SOEXT),dylib)
|
|
if [ -f $(RUNTIMEDIR)/$(SHARED) ]; then \
|
|
$(INSTALL_DATA) $(RUNTIMEDIR)/$(SHARED) $(DESTDIR)$(PLBASE)/lib/$(ARCH) ; \
|