ports/89398: [PATCH] bsd.wx.mk and patches
Alejandro Pulver
alejandro at varnet.biz
Tue Nov 22 00:30:30 UTC 2005
The following reply was made to PR ports/89398; it has been noted by GNATS.
From: "Alejandro Pulver" <alejandro at varnet.biz>
To: "FreeBSD gnats submit" <bug-followup at freebsd.org>
Cc:
Subject: Re: ports/89398: [PATCH] bsd.wx.mk and patches
Date: Mon, 21 Nov 2005 21:26:29 -0300
>Submitter-Id: current-users
>Originator: Alejandro Pulver
>Organization:
>Confidential: no
>Synopsis: Re: ports/89398: [PATCH] bsd.wx.mk and patches
>Severity: non-critical
>Priority: low
>Category: ports
>Class: change-request
>Release: FreeBSD 5.4-RELEASE i386
>Environment:
System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005
root at ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE
>Description:
This follow-up contains a patch to integrate bsd.wx.mk to bsd.port.mk.
>How-To-Repeat:
>Fix:
--- bsd.port.mk.diff begins here ---
--- /usr/ports/Mk/bsd.port.mk.orig Tue Nov 8 06:02:51 2005
+++ /usr/ports/Mk/bsd.port.mk Mon Nov 21 21:20:32 2005
@@ -1763,6 +1763,10 @@
.include "${PORTSDIR}/Mk/bsd.apache.mk"
.endif
+.if defined(USE_WX)
+.include "${PORTSDIR}/Mk/bsd.wx.mk"
+.endif
+
.if exists(${PORTSDIR}/../Makefile.inc)
.include "${PORTSDIR}/../Makefile.inc"
USE_SUBMAKE= yes
--- bsd.port.mk.diff ends here ---
More information about the freebsd-ports-bugs
mailing list