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

Collapse All | Expand All

(-)old (-2 / +1 lines)
Lines 14-20 ipager_options.AddOptions( Link Here
14
14
15
    BoolOption('xinerama', 'support xinerama', 0),
15
    BoolOption('xinerama', 'support xinerama', 0),
16
16
17
    PathOption('PREFIX', 'install-path base', '/usr/local'),
17
    PathOption('PREFIX', 'install-path base', '/usr'),
18
    PathOption('DESTDIR', 'install to $DESTDIR/$PREFIX', '/')
18
    PathOption('DESTDIR', 'install to $DESTDIR/$PREFIX', '/')
19
)
19
)
20
20
Lines 115-121 else: Link Here
115
    else:
115
    else:
116
        print "yes"
116
        print "yes"
117
        ipager_env.AppendUnique(
117
        ipager_env.AppendUnique(
118
            CPPPATH = imlib2_env.Dictionary()['CPPPATH'], 
119
            CCFLAGS = imlib2_env.Dictionary()['CCFLAGS'], 
118
            CCFLAGS = imlib2_env.Dictionary()['CCFLAGS'], 
120
            LIBPATH = imlib2_env.Dictionary()['LIBPATH'],
119
            LIBPATH = imlib2_env.Dictionary()['LIBPATH'],
121
            LIBS    = imlib2_env.Dictionary()['LIBS']
120
            LIBS    = imlib2_env.Dictionary()['LIBS']

Return to bug 173562