diff options
author | sf <sf@FreeBSD.org> | 2001-08-31 14:43:00 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-08-31 14:43:00 +0000 |
commit | b5350703883712ffeeb8862bd2f847f0306aef5b (patch) | |
tree | cc23b2de9edc4082515170598e2af01a97343655 /math | |
parent | 8cfd3921bab52e86b3c84ed3a5e54795e342ea16 (diff) | |
download | FreeBSD-ports-b5350703883712ffeeb8862bd2f847f0306aef5b.zip FreeBSD-ports-b5350703883712ffeeb8862bd2f847f0306aef5b.tar.gz |
unbreak: add -lXpm
Diffstat (limited to 'math')
-rw-r--r-- | math/apc/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/apc/files/patch-aa b/math/apc/files/patch-aa new file mode 100644 index 0000000..7fe0dcb --- /dev/null +++ b/math/apc/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.orig Fri Aug 31 23:39:56 2001 ++++ Makefile Fri Aug 31 23:40:02 2001 +@@ -2,7 +2,7 @@ + # + CFLAGS+=-DOS=\"$(OSTYPE)\" -I${X11BASE}/include + LDFLAGS+=-L${X11BASE}/lib +-LDADD+=-lxforms -lX11 -lm ++LDADD+=-lxforms -lX11 -lm -lXpm + BINDIR=${X11BASE}/bin + MANDIR=${X11BASE}/man/man + PROG= apc |