mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* Add a patch to fix missing inclusion of string.h * Add a patch to fix main prototypes in configure * Add args to point configure to the X headers/libs * Disable livecheck as upstream development is frozen * Fix port linting nits
21 lines
482 B
Diff
21 lines
482 B
Diff
--- configure 1998-05-13 11:39:40.000000000 -0400
|
|
+++ configure 2026-04-30 16:19:00.000000000 -0400
|
|
@@ -769,7 +769,7 @@
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 771 "configure"
|
|
#include "confdefs.h"
|
|
-main(){return(0);}
|
|
+int main(){return(0);}
|
|
EOF
|
|
if { (eval echo configure:775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
|
|
ac_cv_prog_cc_works=yes
|
|
@@ -1797,7 +1797,7 @@
|
|
}
|
|
}
|
|
}
|
|
-main() {
|
|
+int main() {
|
|
pid_t parent = getpid ();
|
|
pid_t child;
|
|
|