#19607: nss: update fails ----------------------------------+----------------------------------------- Reporter: devans@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: | Keywords: Port: nss | ----------------------------------+----------------------------------------- Comment(by devans@…): After r50963, build fails in exactly the same way. However, UNIX.mk has been patched as desired: {{{ DEFINES += -DDEBUG -UNDEBUG -DDEBUG_$(USERNAME) -I/opt/local/include/nspr -L/opt/local/lib/nspr -I/opt/local/include -L/opt/local/lib }}} I note that the port is building in an arch directory Darwin8.11.0_gcc-4.0_DBG.OBJ and the failing command line seems to be more consistent with what is defined in Darwin.mk: {{{ DSO_LDOPTS = -dynamiclib -compatibility_version 1 -current_version 1 -install_name /opt/local/lib/nss/$(notdir $@) -headerpad_max_install_names -L/opt/local/lib/nspr }}} Is it possible this is the file that needs modification? -- Ticket URL: <http://trac.macports.org/ticket/19607#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS