|
Lines 24-30
OPTIONS=3D JPEG "Enable JPEG support" on=20
Link Here
|
| 24 |
TIFF "Enable TIFF support" on \ |
24 |
TIFF "Enable TIFF support" on \ |
| 25 |
X11 "Enable X11 support" on \ |
25 |
X11 "Enable X11 support" on \ |
| 26 |
SDL "Enable SDL support" off \ |
26 |
SDL "Enable SDL support" off \ |
| 27 |
NVTT "Enable NVidia texture tools support" off |
27 |
NVTT "Enable NVidia texture tools support" off \ |
|
|
28 |
SIMD "Enable SIMD autodetection (AltiVec, SSE3,...)" off |
| 28 |
WRKSRC=3D ${WRKDIR}/${DISTNAME:L} |
29 |
WRKSRC=3D ${WRKDIR}/${DISTNAME:L} |
|
Lines 34-41
ACLOCAL_ARGS=3D -I m4 -I ${LOCALBASE}/shar
Link Here
|
| 34 |
AUTOMAKE_ARGS=3D --add-missing --copy --force-missing |
35 |
AUTOMAKE_ARGS=3D --add-missing --copy --force-missing |
| 35 |
CONFIGURE_ENV=3D CPPFLAGS=3D"${CPPFLAGS}" LDFLAGS=3D"${LDFLAGS}" |
36 |
CONFIGURE_ENV=3D CPPFLAGS=3D"${CPPFLAGS}" LDFLAGS=3D"${LDFLAGS}" |
| 36 |
CONFIGURE_ARGS=3D --enable-ILU \ |
37 |
CONFIGURE_ARGS=3D --enable-ILU \ |
| 37 |
--disable-allegro --disable-directx8 --disable-directx9 \ |
38 |
--disable-allegro --disable-directx8 --disable-directx9 |
| 38 |
--disable-altivec --disable-sse --disable-sse2 --disable-sse3 |
|
|
| 39 |
USE_LDCONFIG=3D yes |
39 |
USE_LDCONFIG=3D yes |
| 40 |
MAKE_JOBS_SAFE=3D yes |
40 |
MAKE_JOBS_SAFE=3D yes |
|
Lines 109-114
LDFLAGS+=3D ${PTHREAD_LIBS}
Link Here
|
| 109 |
CONFIGURE_ARGS+=3D--without-nvtt |
109 |
CONFIGURE_ARGS+=3D--without-nvtt |
| 110 |
.endif |
110 |
.endif |
| 111 |
sse3 |
111 |
.if defined(WITHOUT_SIMD) |
|
|
112 |
CONFIGURE_ARGS+=3D--disable-altivec --disable-sse --disable-sse2 --disable= |
|
|
113 |
.endif |
| 114 |
|
| 112 |
post-patch: |
115 |
post-patch: |
| 113 |
@${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||g' ${WRKSRC}/Makefile.am |
116 |
@${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||g' ${WRKSRC}/Makefile.am |
| 114 |
@${REINPLACE_CMD} -e '/^pkgdir=3D/s|$$(libdir)/|$$(prefix)/libdata/|g' \ |
117 |
@${REINPLACE_CMD} -e '/^pkgdir=3D/s|$$(libdir)/|$$(prefix)/libdata/|g' \ |