Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146784 | Differences between
and this patch

Collapse All | Expand All

(-)mzx281c.orig/arch/Makefile.linux (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
# standard libraries
11
# standard libraries
12
LIBS      = ../${GDM2S3M}/libgdm2s3m.a ../${MODPLUG}/libmodplug.a \
12
LIBS      = ../${GDM2S3M}/libgdm2s3m.a ../${MODPLUG}/libmodplug.a \
13
            -L${PREFIX}/lib -lSDL -lpthread -lvorbisfile -lvorbis -logg
13
            -L/usr/lib -lSDL -lpthread -lvorbisfile -lvorbis -logg
14
14
15
# linux os specific install target
15
# linux os specific install target
16
install:
16
install:
(-)mzx281c.orig/arch/Makefile.linux-static (-3 / +3 lines)
Lines 10-16 Link Here
10
10
11
# standard libraries
11
# standard libraries
12
LIBS      = ../${GDM2S3M}/libgdm2s3m.a ../${MODPLUG}/libmodplug.a \
12
LIBS      = ../${GDM2S3M}/libgdm2s3m.a ../${MODPLUG}/libmodplug.a \
13
            ${PREFIX}/lib/libvorbisfile.a ${PREFIX}/lib/libvorbis.a \
13
            /usr/lib/libvorbisfile.a /usr/lib/libvorbis.a \
14
            ${PREFIX}/lib/libogg.a ${PREFIX}/lib/libstdc++.a \
14
            /usr/lib/libogg.a /usr/lib/libstdc++.a \
15
            -L${PREFIX}/lib -lSDL -lpthread
15
            -L/usr/lib -lSDL -lpthread
16
16
(-)mzx281c.orig/src/Makefile (-2 / +2 lines)
Lines 8-15 Link Here
8
CXXFLAGS += -ffast-math -funsigned-char -DMZX_VERSION=\"${VERSTRING}\"
8
CXXFLAGS += -ffast-math -funsigned-char -DMZX_VERSION=\"${VERSTRING}\"
9
9
10
# standard MZX includes
10
# standard MZX includes
11
INCLUDES  = -I${PREFIX}/include -I../${MODPLUG} -I../${GDM2S3M} \
11
INCLUDES  = -I/usr/include -I../${MODPLUG} -I../${GDM2S3M} \
12
            -I../${MODPLUG}/libmodplug -I${PREFIX}/include/SDL
12
            -I../${MODPLUG}/libmodplug -I/usr/include/SDL
13
13
14
OBJS      = main.${o} graphics.${o} window.${o} hexchar.${o} event.${o} \
14
OBJS      = main.${o} graphics.${o} window.${o} hexchar.${o} event.${o} \
15
            error.${o} helpsys.${o} world.${o} board.${o} robot.${o} \
15
            error.${o} helpsys.${o} world.${o} board.${o} robot.${o} \

Return to bug 146784