diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 13:45:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 13:45:43 +0000 |
commit | 6586357830397d1654dd2511bf08428388f0ab62 (patch) | |
tree | f38bcb5be75228dccd866e614ce050055694e036 /math/femlab/files/patch-aa | |
parent | Use PYEASYINSTALL_EGG instead of hardcoded path in plist. (diff) |
2011-07-01 math/femlab: No more distfile, looks like abandonware
2011-07-01 japanese/wikicker: Looks like an abandonware
2011-07-01 emulators/vmware3: No more distfiles available. emulators/virtualbox-ose can be used as a replacement
Notes
Notes:
svn path=/head/; revision=276885
Diffstat (limited to 'math/femlab/files/patch-aa')
-rw-r--r-- | math/femlab/files/patch-aa | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/math/femlab/files/patch-aa b/math/femlab/files/patch-aa deleted file mode 100644 index 70c091be4b34..000000000000 --- a/math/femlab/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- source/Imakefile.orig Tue Sep 19 16:22:29 1995 -+++ source/Imakefile Sat Sep 22 01:04:55 2001 -@@ -17,18 +17,17 @@ - - OBJS = $(SRCS:.c=.o) - -- CC = gcc -O - CDEBUGFLAGS = - EXTRA_INCLUDES = -I../include - # - # Change next line to the location of the libsx library - # --EXTRA_LOAD_FLAGS = -L/users/math/martenl/projects/lib -+EXTRA_LOAD_FLAGS = -L$(LOCALBASE) - LOCAL_LIBRARIES = -lfreq -lsx -lm XawClientLibs - DEPLIBS = XawClientDepLibs - - PROGRAMS = femlab - --ComplexProgramTarget($(PROGRAMS)) -+ComplexProgramTargetNoMan($(PROGRAMS)) - DependTarget() - |