mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Fix build on 6.x
This commit is contained in:
parent
15e8907d17
commit
baeb8b8d2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248109
@ -25,8 +25,8 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
||||
USE_CMAKE= yes
|
||||
USE_GNOME= gtk20 glib20
|
||||
USE_LDCONFIG= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include -fPIC
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS+= -I${LOCALBASE}/include -fPIC ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
CMAKE_ENV= CFLAGS="${CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
SUB_FILES= rawtherapee
|
||||
|
Loading…
Reference in New Issue
Block a user