mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
unbreak: add -lXpm
This commit is contained in:
parent
c885315ebb
commit
bdefa9070f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47235
1 changed files with 11 additions and 0 deletions
11
math/apc/files/patch-aa
Normal file
11
math/apc/files/patch-aa
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue