|
Lines 44-49
Link Here
|
| 44 |
|
44 |
|
| 45 |
MAN1= gdk-pixbuf-csource.1 |
45 |
MAN1= gdk-pixbuf-csource.1 |
| 46 |
|
46 |
|
|
|
47 |
.if defined(WITH_XFT) |
| 48 |
MAKE_ENV+= GDK_USE_XFT=1 |
| 49 |
.endif |
| 50 |
|
| 51 |
pre-everything: |
| 52 |
@${ECHO} "" |
| 53 |
@${ECHO} "To force usage of Xft (needed for Xft" |
| 54 |
@${ECHO} "support for Xft1) you must use the" |
| 55 |
@${ECHO} "following options" |
| 56 |
@${ECHO} "" |
| 57 |
@${ECHO} " WITH_XFT=yes Use Xft with Xft1" |
| 58 |
@${ECHO} "" |
| 59 |
|
| 47 |
post-patch: |
60 |
post-patch: |
| 48 |
@find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ |
61 |
@find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \ |
| 49 |
xargs ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' |
62 |
xargs ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' |