Lines 83-88
Link Here
|
83 |
WITH_LIVEMEDIA= yes |
83 |
WITH_LIVEMEDIA= yes |
84 |
.endif |
84 |
.endif |
85 |
|
85 |
|
|
|
86 |
.if exists(${LOCALBASE}/lib/libfreetype.so.9) |
87 |
WITH_FREETYPE= yes |
88 |
.endif |
89 |
|
86 |
.if defined(WITH_OPTIMIZED_CFLAGS) |
90 |
.if defined(WITH_OPTIMIZED_CFLAGS) |
87 |
CFLAGS+= -O3 -ffast-math -fomit-frame-pointer |
91 |
CFLAGS+= -O3 -ffast-math -fomit-frame-pointer |
88 |
.endif |
92 |
.endif |
Lines 140-145
Link Here
|
140 |
CONFIGURE_ARGS+=--enable-xanim --with-xanimlibdir=${X11BASE}/lib/X11/xanim |
144 |
CONFIGURE_ARGS+=--enable-xanim --with-xanimlibdir=${X11BASE}/lib/X11/xanim |
141 |
.else |
145 |
.else |
142 |
CONFIGURE_ARGS+=--disable-xanim |
146 |
CONFIGURE_ARGS+=--disable-xanim |
|
|
147 |
.endif |
148 |
|
149 |
.if defined(WITH_FREETYPE) |
150 |
CONFIGURE_ARGS+=--with-extraincdir=${LOCALBASE}/include/freetype2 |
151 |
CONFIGURE_ARGS+=--enable-freetype |
152 |
LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 |
153 |
.else |
154 |
CONFIGURE_ARGS+=--disable-freetype |
143 |
.endif |
155 |
.endif |
144 |
|
156 |
|
145 |
# "enable" build for other archs |
157 |
# "enable" build for other archs |