diff options
author | steve <steve@FreeBSD.org> | 1999-03-24 17:43:08 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-03-24 17:43:08 +0000 |
commit | 65025c1c5e800d2be702ad075b7765b8282705bd (patch) | |
tree | ec07d863282ab2c79cc0058b5a70658bbf008184 /math/abs | |
parent | da09e798131d55b7ae80144317d64d512ccd9e82 (diff) | |
download | FreeBSD-ports-65025c1c5e800d2be702ad075b7765b8282705bd.zip FreeBSD-ports-65025c1c5e800d2be702ad075b7765b8282705bd.tar.gz |
Use our port of Xpm instead of the included version.
PR: 10463
Submitted by: Tom Hukins <tom@eborcom.com>
Diffstat (limited to 'math/abs')
-rw-r--r-- | math/abs/Makefile | 4 | ||||
-rw-r--r-- | math/abs/files/patch-aa | 16 |
2 files changed, 14 insertions, 6 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile index 4f6e724..cb43a58 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -3,7 +3,7 @@ # Date created: 20 January 1999 # Whom: gmarco # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/01/26 03:43:37 steve Exp $ # DISTNAME= abs-src-0.5 @@ -13,6 +13,8 @@ MASTER_SITES= http://www.ping.be/bertin/ MAINTAINER= freebsd@scotty.masternet.it +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_XLIB= yes do-install: diff --git a/math/abs/files/patch-aa b/math/abs/files/patch-aa index b36b27a..0989013 100644 --- a/math/abs/files/patch-aa +++ b/math/abs/files/patch-aa @@ -1,19 +1,25 @@ ---- Makefile.orig Mon Jan 25 00:36:03 1999 -+++ Makefile Mon Jan 25 00:37:42 1999 -@@ -4,6 +4,7 @@ +--- Makefile.orig Sun Dec 20 11:56:29 1998 ++++ Makefile Mon Mar 22 20:05:40 1999 +@@ -1,10 +1,11 @@ + CURRENT_DIR = . + +-SUBDIRS = Xpm TextField-1.0 ++SUBDIRS = TextField-1.0 MAKE = make +-LIBS = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext +CFLAGS+=-I$(X11BASE)/include - LIBS = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext ++LIBS = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -lXpm SRCS = \ + applic.c \ @@ -105,7 +106,7 @@ $(MAKE) all); \ fi \ done - cc -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS) -+ $(CC) $(CFLAGS) -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS) ++ $(CC) $(CFLAGS) -o abs ./TextField-1.0/*.o $(OBJS) $(LIBS) clean:: rm -f *.o */*.o */*.a |