diff options
Diffstat (limited to 'devel/qmake4/Makefile')
-rw-r--r-- | devel/qmake4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/qmake4/Makefile b/devel/qmake4/Makefile index b92c33122d96..0a177f54423f 100644 --- a/devel/qmake4/Makefile +++ b/devel/qmake4/Makefile @@ -53,7 +53,7 @@ post-patch: -e 's|gcc.*|${CC}|' \ -e 's|g++.*|${CXX}|' \ -e 's|/usr/local|${LOCALBASE}|' \ - -e 's|/usr/X11R6|${X11BASE}|' \ + -e 's|/usr/X11R6|${LOCALBASE}|' \ -e 's|release|release thread|' \ -e 's|-pthread -D_THREAD_SAFE|${PTHREAD_CFLAGS}|' \ -e 's|-pthread|${PTHREAD_LIBS}|' \ |