mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Remove X11BASE
Reported by: pointyhat
This commit is contained in:
parent
b84eaf11d0
commit
e4e36896d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289342
@ -22,8 +22,8 @@ USE_GNOME= pkgconfig
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= gui network rcc_build uic_build moc_build qmake_build
|
||||
QT_NONSTANDARD= yes
|
||||
CONFIGURE_ARGS= --x-includes="${X11BASE}/include" \
|
||||
--x-libraries="${X11BASE}/lib"
|
||||
CONFIGURE_ARGS= --x-includes="${LOCALBASE}/include" \
|
||||
--x-libraries="${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= QMAKE="${LOCALBASE}/bin/qmake-qt4" \
|
||||
QMAKESPEC="${QMAKESPEC}"
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -37,10 +37,10 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/scrotwm.*
|
||||
|
||||
do-build:
|
||||
${CC} ${CFLAGS} -I${X11BASE}/include \
|
||||
-I${WRKSRC}/linux -lutil -L${X11BASE}/lib -lX11 -lXrandr -lXtst \
|
||||
${CC} ${CFLAGS} -I${LOCALBASE}/include \
|
||||
-I${WRKSRC}/linux -lutil -L${LOCALBASE}/lib -lX11 -lXrandr -lXtst \
|
||||
-o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
|
||||
${CC} ${CFLAGS} -I${X11BASE}/include -shared -fPIC \
|
||||
${CC} ${CFLAGS} -I${LOCALBASE}/include -shared -fPIC \
|
||||
-o ${WRKSRC}/libswmhack.so ${WRKSRC}/lib/swm_hack.c
|
||||
|
||||
do-install:
|
||||
|
@ -37,10 +37,10 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/scrotwm.*
|
||||
|
||||
do-build:
|
||||
${CC} ${CFLAGS} -I${X11BASE}/include \
|
||||
-I${WRKSRC}/linux -lutil -L${X11BASE}/lib -lX11 -lXrandr -lXtst \
|
||||
${CC} ${CFLAGS} -I${LOCALBASE}/include \
|
||||
-I${WRKSRC}/linux -lutil -L${LOCALBASE}/lib -lX11 -lXrandr -lXtst \
|
||||
-o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
|
||||
${CC} ${CFLAGS} -I${X11BASE}/include -shared -fPIC \
|
||||
${CC} ${CFLAGS} -I${LOCALBASE}/include -shared -fPIC \
|
||||
-o ${WRKSRC}/libswmhack.so ${WRKSRC}/lib/swm_hack.c
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user