summaryrefslogtreecommitdiff
path: root/devel/glib13/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-01-21 19:18:21 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-01-21 19:18:21 +0000
commitc89baaf310b53f74ca9550529920b0d13e623765 (patch)
tree9ecb740989b26200da78e7fd24f1cdee176225d9 /devel/glib13/Makefile
parentAdd tcl81-thread (diff)
Add some patch for gthread.
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=16247
Diffstat (limited to 'devel/glib13/Makefile')
-rw-r--r--devel/glib13/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/glib13/Makefile b/devel/glib13/Makefile
index c9938f33c10b..87d9b6b93104 100644
--- a/devel/glib13/Makefile
+++ b/devel/glib13/Makefile
@@ -3,7 +3,7 @@
# Date Created: 28 July 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.13 1999/01/20 18:30:57 vanilla Exp $
+# $Id: Makefile,v 1.14 1999/01/20 21:59:41 vanilla Exp $
#
DISTNAME= glib-1.1.13
@@ -18,13 +18,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL='$${INSTALL} -c'
CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib11d
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} <= 300000
-CONFIGURE_ARGS+= --with-threads=none
-.else
-CONFIGURE_ARGS+= --with-threads=uthread
-.endif
MAN1= glib-config.1
@@ -34,4 +27,4 @@ post-install:
fi
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>