mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
- Fix build with amd64 PR: ports/116936 Submitted by: David Yeske <dyeske@gmail.com>, thierry (PR) Approved by: sat (mentor)
14 lines
580 B
Makefile
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
|