diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-13 16:07:45 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-13 16:07:45 +0000 |
commit | 5852631db90fa46dfc5f8b77459f9c3046f41254 (patch) | |
tree | 579d2594fa19d3391694cba01f99cb125f550e5a /biology/phylip/files/patch-aa | |
parent | Update 1.1 -> 1.2. (diff) |
Update to version 3.6.a3.
PR: 41412
Submitted by: David A. Bader <dbader@eece.unm.edu>
Additional clean-up:
* Respect CC, CFLAGS, X11BASE.
* Use versioned DIST_SUBDIR.
Approved by: maintainer
Diffstat (limited to '')
-rw-r--r-- | biology/phylip/files/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/biology/phylip/files/patch-aa b/biology/phylip/files/patch-aa deleted file mode 100644 index 0d6ceae195fc..000000000000 --- a/biology/phylip/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Makefile.orig Fri Aug 10 00:01:39 2001 -+++ src/Makefile Tue Aug 21 14:17:17 2001 -@@ -61,7 +61,7 @@ - # Here are some possible CFLAGS statements: - # - # An optimized one --CFLAGS = -O3 -fomit-frame-pointer -+CFLAGS += -O3 -fomit-frame-pointer - # - #A minimal one - #CFLAGS = -@@ -83,7 +83,7 @@ - # and here are some possible DFLAGS statements: - # - # A minimal one --DFLAGS = -DX $(CFLAGS) -+DFLAGS = -DX -I/usr/X11R6/include $(CFLAGS) - DLIBS= -lX11 -lXaw -lXt - # - # A basic one for debugging |