summaryrefslogtreecommitdiffstats
path: root/devel/mico/files
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1998-11-15 07:08:22 +0000
committerscrappy <scrappy@FreeBSD.org>1998-11-15 07:08:22 +0000
commit9838ca0982eb98c2f26572a08f1948aa95379a85 (patch)
treebafd77fac111fcf53447f471514439610ca86583 /devel/mico/files
parent2af88c0c6dd44708a076ccd690222936cae31b7d (diff)
downloadFreeBSD-ports-9838ca0982eb98c2f26572a08f1948aa95379a85.zip
FreeBSD-ports-9838ca0982eb98c2f26572a08f1948aa95379a85.tar.gz
Okay...
Fix Makefile: to use bsd.port.{pre.post}.mk check for proper libstdc++.a, depending on elf or aout run autoconf before configure Remove old patches and add: patch-ak search and find tcl8.0 header file setup shared library extension properly according to elf vs aout patch-al properly find gtk.h Leaving it as marked BROKEN, while I continue to figure out thie elf vs aout stuff ...
Diffstat (limited to 'devel/mico/files')
-rw-r--r--devel/mico/files/patch-ak23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/mico/files/patch-ak b/devel/mico/files/patch-ak
new file mode 100644
index 0000000..b3c00c9
--- /dev/null
+++ b/devel/mico/files/patch-ak
@@ -0,0 +1,23 @@
+--- configure.in.orig Sun Nov 15 03:01:35 1998
++++ configure.in Sun Nov 15 02:52:12 1998
+@@ -102,7 +102,7 @@
+ # extra dirs
+ #
+
+-wi_EXTRA_DIRS(no, /usr/local /local /user/local /usr/share /opt /opt/local $QTDIR $GTKDIR $TCLDIR $SSLDIR)
++wi_EXTRA_DIRS(no, /usr/local /local /user/local /usr/share /opt /opt/local $QTDIR $GTKDIR $TCLDIR $SSLDIR, tcl8.0)
+
+ #
+ # misc
+@@ -234,7 +234,10 @@
+ CONF_OBJ_SIZE_LIMIT=yes
+ ;;
+ *bsd*)
+- CONF_SOEXT=so.1.0
++ if [ "$PORTOBJFORMAT" = "elf" ]; then
++ CONF_SOEXE=so.1
++ else
++ CONF_SOEXT=so.1.0
+ fi
+ ;;
+ *cygwin32*)
OpenPOWER on IntegriCloud