Skip to content

Commit

Permalink
Back out previous commit as it's no longer necessary -- bsd.buildlink…
Browse files Browse the repository at this point in the history
…3.mk

will now automatically pre-create the buildlink bin directory.
  • Loading branch information
jlam committed Sep 24, 2004
1 parent d70390c commit 09a4270
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions multimedia/openquicktime/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2004/09/24 09:18:15 seb Exp $
# $NetBSD: Makefile,v 1.3 2004/09/24 16:17:53 jlam Exp $
#

DISTNAME= ${PKGNAME_NOREV}-src
Expand All @@ -20,10 +20,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= my_cv_comment=""

pre-configure:
${ECHO} '#!${SH}' > ${WRAPPER_DIR}/bin/glib-config-2.0
${ECHO} '#!${SH}' > ${BUILDLINK_DIR}/bin/glib-config-2.0
${ECHO} '${PREFIX}/bin/pkg-config glib-2.0 "$$@"' \
>> ${WRAPPER_DIR}/bin/glib-config-2.0
${CHMOD} +x ${WRAPPER_DIR}/bin/glib-config-2.0
>> ${BUILDLINK_DIR}/bin/glib-config-2.0
${CHMOD} +x ${BUILDLINK_DIR}/bin/glib-config-2.0

.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
Expand Down

0 comments on commit 09a4270

Please sign in to comment.