summaryrefslogtreecommitdiff
path: root/math/snns/files/patch-ae
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-01-24 00:49:46 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-01-24 00:49:46 +0000
commit881cbb086254aee2428900993356386bd32f6df6 (patch)
tree7906696e53d8bcc97cca27ca989683b6b259d1b4 /math/snns/files/patch-ae
parentRespect CC and CFLAGS (diff)
Update to 4.2.
Notes
Notes: svn path=/head/; revision=24984
Diffstat (limited to 'math/snns/files/patch-ae')
-rw-r--r--math/snns/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/snns/files/patch-ae b/math/snns/files/patch-ae
new file mode 100644
index 000000000000..544f0bbc9c1a
--- /dev/null
+++ b/math/snns/files/patch-ae
@@ -0,0 +1,11 @@
+--- xgui/sources/Makefile.orig Sat Dec 4 12:53:34 1999
++++ xgui/sources/Makefile Sat Dec 4 12:53:53 1999
+@@ -147,7 +147,7 @@
+ all: $(PROGRAM)
+
+ $(XGUIBINDIR):
+- -mkdir $(XGUIBINDIR)
++ -mkdir -p $(XGUIBINDIR)
+
+ install: all $(XGUIBINDIR)
+ $(INSTALL_PROGRAM) $(PROGRAM) $(XGUIBINDIR)