mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
421 B

  1. --- ./aimk.orig 2003-05-11 16:52:24.000000000 +0200
  2. +++ ./aimk 2003-05-11 16:53:18.000000000 +0200
  3. @@ -1172,6 +1172,12 @@
  4. set CFLAGS = "-DHAS_IN_PORT_T $CFLAGS"
  5. endif
  6. + strings /lib/libc.so.6 | grep "GNU C Library" | grep 2.3 >& /dev/null
  7. + if ( $status == 0 ) then
  8. + set CFLAGS = "-DHAS_IN_PORT_T $CFLAGS"
  9. + endif
  10. +
  11. +
  12. set COMPILE_DC = 1
  13. if ( $USE_QMAKE == 0 ) then
  14. set MAKE = make