diff options
author | Will Andrews <will@FreeBSD.org> | 2002-04-19 23:18:19 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-04-19 23:18:19 +0000 |
commit | 03125086c0e73e533bff5856aa6b2c8706ed38e5 (patch) | |
tree | 365e521a422b87e2c6fea6ceb865a634d22e4512 /devel/mico/files/patch-ar | |
parent | Patches from maintainer: (diff) |
Re-add this port marked BROKEN and commenting out USE_QT_VER and related
relating to Qt1. When someone has time they can test with Qt2 and fix this.
Requested by: sobomax
Diffstat (limited to 'devel/mico/files/patch-ar')
-rw-r--r-- | devel/mico/files/patch-ar | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/mico/files/patch-ar b/devel/mico/files/patch-ar new file mode 100644 index 000000000000..1fe4b3d14964 --- /dev/null +++ b/devel/mico/files/patch-ar @@ -0,0 +1,10 @@ +--- aclocal.m4.orig Sun Nov 28 00:34:22 1999 ++++ aclocal.m4 Sun Nov 28 00:34:47 1999 +@@ -684,6 +684,7 @@ + AC_TRY_RUN([ + #include <gtk/gtk.h> + #include <stdio.h> ++#include <stdlib.h> + + int + main () |