mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Fix configure warning
- Fix build on AMD64
This commit is contained in:
parent
0b2b6e0626
commit
50494385e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100289
@ -20,8 +20,9 @@ LIB_DEPENDS= gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea
|
||||
USE_GNOME= gtk12
|
||||
USE_MESA= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= \
|
||||
CPPFLAGS="${PTHREAD_CFLAGS} `${GTK_CONFIG} --cflags`" \
|
||||
CPPFLAGS="${PTHREAD_CFLAGS} `${GTK_CONFIG} --cflags` -fPIC" \
|
||||
LDFLAGS="${PTHREAD_LIBS} `${GTK_CONFIG} --libs` -lGL -lGLU -lglut"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user