From a5aab66f1e77b6761fff923a98c906bc38ff9079 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 23 Mar 2001 07:23:14 +0000 Subject: 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 --- math/xldlas/files/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/xldlas') 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 -- cgit v1.2.3