aboutsummaryrefslogtreecommitdiff
path: root/math/xldlas
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2001-03-23 07:23:14 +0000
committerSatoshi Asami <asami@FreeBSD.org>2001-03-23 07:23:14 +0000
commita5aab66f1e77b6761fff923a98c906bc38ff9079 (patch)
tree7a3965d8218778e163fa225a5103dfbfc5bb76b7 /math/xldlas
parent413d1b78081ecb2a7cc30cbe063a2f0dc413abac (diff)
downloadports-a5aab66f1e77b6761fff923a98c906bc38ff9079.tar.gz
ports-a5aab66f1e77b6761fff923a98c906bc38ff9079.zip
Add -lXpm to end of shared libs list. Also, move it from the front
to back in the static libs list while I'm here. Noticed by: bento
Notes
Notes: svn path=/head/; revision=40255
Diffstat (limited to 'math/xldlas')
-rw-r--r--math/xldlas/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xldlas/files/patch-aa b/math/xldlas/files/patch-aa
index e3b14f5fd3a4..2510e826c0f5 100644
--- a/math/xldlas/files/patch-aa
+++ b/math/xldlas/files/patch-aa
@@ -20,8 +20,8 @@
! CCFLAG = $(CFLAGS) -DXFORMS86 -DPREFIX=\"$(PREFIX)\" -I$(X11BASE)/include
! #CC = gcc
! COMMONLIBS = -L$(X11BASE)/lib/ -lX11 -lm
-! SHAREDLIBS = -lxforms
-! STATICLIBS = -lXpm $(X11BASE)/lib/libxforms.a
+! SHAREDLIBS = -lxforms -lXpm
+! STATICLIBS = $(X11BASE)/lib/libxforms.a -lXpm
ECHO = echo
RM = rm
RMOPTS = -f