Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15710 Details for
Bug 26154
Blender 2.28 segfault - new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to change some values in the makefiles
blender-2.28-compile.diff (text/plain), 2.30 KB, created by
David Love
on 2003-08-07 13:46:42 UTC
(
hide
)
Description:
Patch to change some values in the makefiles
Filename:
MIME Type:
Creator:
David Love
Created:
2003-08-07 13:46:42 UTC
Size:
2.30 KB
patch
obsolete
>diff -urN blender-2.28-vanilla/source/Makefile blender-2.28/source/Makefile >--- blender-2.28-vanilla/source/Makefile 2003-07-21 16:09:36.000000000 -0400 >+++ blender-2.28/source/Makefile 2003-08-06 16:26:59.000000000 -0400 >@@ -305,19 +305,19 @@ > ifeq ($(OS),linux) > ifeq ($(CPU),alpha) > BINTARGETS = blenderdynamic >- BINTARGETS += blenderplayer >+ # BINTARGETS += blenderplayer > endif > ifeq ($(CPU),i386) >- BINTARGETS = plugin >+ # BINTARGETS = plugin > # BINTARGETS += ptest >- BINTARGETS += xplink >- BINTARGETS += blenderdynamic >- BINTARGETS += blenderplayer >- BINTARGETS += blenderstatic >+ # BINTARGETS += xplink >+ BINTARGETS = blenderdynamic >+ # BINTARGETS += blenderplayer >+ # BINTARGETS += blenderstatic > endif > ifeq ($(CPU),powerpc) > BINTARGETS = blenderdynamic >- BINTARGETS += blenderstatic >+ # BINTARGETS += blenderstatic > endif > PYLIB = $(NAN_PYTHON)/lib/python$(NAN_PYTHON_VERSION)/config/libpython$(NAN_PYTHON_VERSION).a > PYLIB += $(NAN_MXTEXTTOOLS) >@@ -355,7 +355,7 @@ > NAN_SND_LIBS = $(OCGDIR)/intern/SoundSystem/$(DEBUG_DIR)libSoundSystem.a > NAN_SND_LIBS += $(OCGDIR)/intern/DummySoundSystem/$(DEBUG_DIR)libDummySoundSystem.a > NAN_SND_LIBS += $(OCGDIR)/intern/OpenALSoundSystem/$(DEBUG_DIR)libOpenALSoundSystem.a >- NAN_SND_LIBS += $(NAN_OPENAL)/lib/libopenal.a >+ NAN_SND_LIBS += $(NAN_OPENAL)/lib/libopenal.a $(NAN_OPENAL)/lib/libsmpeg.a > NAN_SND_LIBS += $(OCGDIR)/intern/SoundSystem/$(DEBUG_DIR)libSoundSystem.a > endif > else >diff -urN blender-2.28-vanilla/source/nan_link.mk blender-2.28/source/nan_link.mk >--- blender-2.28-vanilla/source/nan_link.mk 2003-07-18 06:11:37.000000000 -0400 >+++ blender-2.28/source/nan_link.mk 2003-08-06 16:24:37.000000000 -0400 >@@ -98,14 +98,14 @@ > LLIBS += -L$(NAN_ODE)/lib -lode > LOPTS = -export-dynamic > DADD = -lGL -lGLU >- SADD = $(NAN_MESA)/lib/libGL.a $(NAN_MESA)/lib/libGLU.a >+ # SADD = $(NAN_MESA)/lib/libGL.a $(NAN_MESA)/lib/libGLU.a > DYNLDFLAGS = -shared $(LDFLAGS) > endif > ifeq ($(CPU),powerpc) > COMMENT = "MESA 3.1" > LLIBS = -L/usr/X11R6/lib/ -lXmu -lXext -lX11 -lc -ldl -lm -lutil > DADD = -lGL -lGLU >- SADD = /usr/lib/libGL.a /usr/lib/libGLU.a >+ # SADD = /usr/lib/libGL.a /usr/lib/libGLU.a > LOPTS = -export-dynamic > endif > LLIBS += -lz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 26154
:
15709
| 15710