Ticket #188: OpenSG_1.60.make.2.diff

File OpenSG_1.60.make.2.diff, 444 bytes (added by BoneStorm, 2 years ago)

patching OpenSG_1.6 build fails with make >3.80

  • OpenSG/Common/commonBuildDetect.mk

    old new  
    100100MAKE_OLD_DOLLAR := 0 
    101101endif 
    102102 
     103ifeq ($(MAKEMINOR),81) 
     104MAKE_OLD_DOLLAR := 0 
     105endif 
     106 
    103107else 
    104108$(error Unknown GNU make major version $(MAKEMAJOR) please contact info@opensg.org) 
    105109endif