mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6a14cac413
- corrected MD5 checksum - the removal of config.cache isn't necessary anomore, port build failed here, since config.cache isn't in the sources anymore - revamped the patches a bit, it's bad style to patch one file (configure) using several patches, you loose the overview what is patches in one file and it makes it difficult to maintain patches in the future... - hope MAINTAINER agrees, needed aalib for gimp port, but didn't work
12 lines
702 B
Plaintext
12 lines
702 B
Plaintext
--- configure.in.orig Tue Oct 28 22:48:40 1997
|
|
+++ configure.in Sun Apr 19 12:18:10 1998
|
|
@@ -245,7 +245,7 @@
|
|
])
|
|
AC_SLANG(/usr/include, slang.h, , -I/usr/include/slang , "slang on /usr/include")
|
|
AC_SLANG(/usr/include/slang, slang.h, , -I/usr/include/slang , "slang on /usr/include/slang")
|
|
- AC_SLANG(/usr/local/include, slang.h, , -I/usr/local/include/slang , "slang on /usr/local/include")
|
|
+ AC_SLANG(/usr/local/include, slang.h, , -I/usr/local/include , "slang on /usr/local/include")
|
|
AC_SLANG(/usr/local/include/slang, slang.h, , -I/usr/local/include/slang , "slang on /usr/local/include/slang")
|
|
if test "$slang_driver" = true; then
|
|
if test "$force_curses_driver" = false; then
|