ports/graphics/blender/files/patch-source_nan_definitions.mk
Beech Rintoul b51bae9300 - Update to 2.45
- Fix build with amd64

PR:		ports/116936
Submitted by:	David Yeske <dyeske@gmail.com>,
		thierry (PR)
Approved by:	sat (mentor)
2007-10-29 21:11:28 +00:00

14 lines
580 B
Makefile

--- source/nan_definitions.mk.orig Tue Sep 18 06:58:49 2007
+++ source/nan_definitions.mk Thu Oct 4 22:00:38 2007
@@ -55,9 +55,9 @@
export NAN_LIBDIR ?= $(NANBLENDERHOME)/../lib
export NAN_OBJDIR ?= $(NANBLENDERHOME)/obj
# Library Config_Guess DIRectory
- export LCGDIR = $(NAN_LIBDIR)/$(CONFIG_GUESS)
+ export LCGDIR = $(NAN_LIBDIR)/freebsd
# Object Config_Guess DIRectory
- export OCGDIR = $(NAN_OBJDIR)/$(CONFIG_GUESS)
+ export OCGDIR = $(NAN_OBJDIR)/freebsd
# Determines what targets are built
export WITH_BF_DYNAMICOPENGL ?= true