diff options
author | flathill <flathill@FreeBSD.org> | 1999-02-11 13:28:45 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-02-11 13:28:45 +0000 |
commit | 15ebaf7e5e37557ce05cf2a5a1d45ab7c4de78ca (patch) | |
tree | 1af248037fe837364786dfabcb479861c1534d1b /x11-toolkits/FWF | |
parent | 6352974dd635116e62820551d96f23452769a574 (diff) | |
download | FreeBSD-ports-15ebaf7e5e37557ce05cf2a5a1d45ab7c4de78ca.zip FreeBSD-ports-15ebaf7e5e37557ce05cf2a5a1d45ab7c4de78ca.tar.gz |
Fix marked as BROKEN.
PR: ports/10011
Submitted-by: axl@iafrica.com
Diffstat (limited to 'x11-toolkits/FWF')
-rw-r--r-- | x11-toolkits/FWF/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/FWF/files/patch-ah b/x11-toolkits/FWF/files/patch-ah new file mode 100644 index 0000000..50e2ffd --- /dev/null +++ b/x11-toolkits/FWF/files/patch-ah @@ -0,0 +1,11 @@ +--- FWF.tmpl.orig Wed Feb 10 20:06:18 1999 ++++ FWF.tmpl Wed Feb 10 20:06:27 1999 +@@ -82,7 +82,7 @@ + You probably won't need to edit these... + ------------------------------------------------------------------------*/ + +-IMAKE_DEFINES = -DAvoidNullMakeCommand ++#IMAKE_DEFINES = -DAvoidNullMakeCommand + + ARMERGE = ar r + PROJECTDIR = $(TOP) |