aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2001-03-23 15:23:14 +0800
committerasami <asami@FreeBSD.org>2001-03-23 15:23:14 +0800
commit1b2dce82e282dae294f45c76b3086d9f4ffe1532 (patch)
tree8f11bf67f044920baf20b8940057e81072795dc0 /math
parent463ffcc61e939dd48c09130fc5c283f5d4bd9726 (diff)
downloadfreebsd-ports-gnome-1b2dce82e282dae294f45c76b3086d9f4ffe1532.tar.gz
freebsd-ports-gnome-1b2dce82e282dae294f45c76b3086d9f4ffe1532.tar.zst
freebsd-ports-gnome-1b2dce82e282dae294f45c76b3086d9f4ffe1532.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
Diffstat (limited to 'math')
-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