summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-09-05 21:18:29 +0800
committerErik Kundiman <erik@megapahit.org>2023-09-05 21:18:29 +0800
commit6e9102ad408282ea6d5f8926f4a6ed377fe922ef (patch)
tree3993638e40f70b91ca7c370d4bfb809fa2b599c5 /indra/newview
parentf19cb40115e3e35483d387c7e1c1bf3d119a33e5 (diff)
Exclude FBSD from more GL function redefinitions
at the same time revert to less difference from upstream.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerjointmesh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerjointmesh.cpp b/indra/newview/llviewerjointmesh.cpp
index 489f90aabb..d9cdde8d6d 100644
--- a/indra/newview/llviewerjointmesh.cpp
+++ b/indra/newview/llviewerjointmesh.cpp
@@ -57,7 +57,7 @@
#include "llmatrix4a.h"
#include "llperfstats.h"
-#if !LL_DARWIN && !LL_LINUX
+#if !LL_DARWIN && !LL_LINUX && !LL_FREEBSD
extern PFNGLWEIGHTPOINTERARBPROC glWeightPointerARB;
extern PFNGLWEIGHTFVARBPROC glWeightfvARB;
extern PFNGLVERTEXBLENDARBPROC glVertexBlendARB;