1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/science/ghemical/files/patch-configure.in
Maho Nakata 1553328576 Add new port science/ghemical
a computational chemistry software package
2003-05-04 02:33:52 +00:00

16 lines
438 B
Plaintext

--- configure.in.orig Wed Jun 5 21:10:50 2002
+++ configure.in Wed Jul 17 21:08:10 2002
@@ -104,7 +104,12 @@
#AC_CHECK_LIB([ibs], [main])
# Checks for header files.
+saved_CFLAGS="$CFLAGS"
+LIBS="$LIBS $GTKGL_LIBS $GTK_LIBS"
+CFLAGS="$CFLAGS $GTKGL_CFLAGS $GTK_CFLAGS"
AC_CHECK_HEADERS(GL/glut.h)
+LIBS="$LIBS $saved_LIBS"
+CFLAGS="$saved_CFLAGS"
# Checks for typedefs, structures, and compiler characteristics.
AC_PROG_CC_STDC