Ticket #33445: patch-include-makeinclude-platform_macros.GNU.diff

File patch-include-makeinclude-platform_macros.GNU.diff, 440 bytes (added by lockhart (Thomas Lockhart), 12 years ago)

Patch file for devel/ace/files/ second of two.

  • include/makeinclude/platform_macros.GNU

    old new  
     1buildbits=64
     2install_rpath=0
     3inline=1
     4shared_libs_only=1
     5
     6LDFLAGS+= -Wl,-rpath,$(INSTALL_PREFIX)/$(INSTALL_LIB)
     7
     8SOFLAGS+= -Wl,-install_name,\@rpath/$@
     9
     10include $(ACE_ROOT)/include/makeinclude/platform_macosx_@MACOSX@.GNU