Lines 34-40
ALL_TARGET= default
Link Here
|
34 |
|
34 |
|
35 |
GNU_CONFIGURE= yes |
35 |
GNU_CONFIGURE= yes |
36 |
CONFIGURE_ARGS= --with-realtime=uspace --enable-non-distributable=yes CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" CXXFLAGS="-I${LOCALBASE}/include" CXX=c++ CC=cc --with-locale-dir="${PREFIX}/share/locale" |
36 |
CONFIGURE_ARGS= --with-realtime=uspace --enable-non-distributable=yes CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" CXXFLAGS="-I${LOCALBASE}/include" CXX=c++ CC=cc --with-locale-dir="${PREFIX}/share/locale" |
37 |
MAKE_ENV= BUILD_VERBOSE=1 |
|
|
38 |
USES= autoreconf gettext gmake ncurses pkgconfig python readline shebangfix tk |
37 |
USES= autoreconf gettext gmake ncurses pkgconfig python readline shebangfix tk |
39 |
USE_GL= gl glu |
38 |
USE_GL= gl glu |
40 |
USE_GNOME= cairo gdkpixbuf2 pygtksourceview |
39 |
USE_GNOME= cairo gdkpixbuf2 pygtksourceview |
Lines 45-50
GH_ACCOUNT= LinuxCNC
Link Here
|
45 |
GH_PROJECT= linuxcnc |
44 |
GH_PROJECT= linuxcnc |
46 |
GH_TAGNAME= fe7b155c03fe77d6eb301bcfdc3d7c1acdea73e4 |
45 |
GH_TAGNAME= fe7b155c03fe77d6eb301bcfdc3d7c1acdea73e4 |
47 |
|
46 |
|
|
|
47 |
.ifndef NO_VERBOSE_BUILD |
48 |
MAKE_ENV= BUILD_VERBOSE=1 |
49 |
.endif |
50 |
|
48 |
post-patch: |
51 |
post-patch: |
49 |
${FIND} ${PATCH_WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ |
52 |
${FIND} ${PATCH_WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ |
50 |
-e 's|#!.*/bin/bash|#!${LOCALBASE}/bin/bash|' \ |
53 |
-e 's|#!.*/bin/bash|#!${LOCALBASE}/bin/bash|' \ |