1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/wmavgload/files/patch-a0
Jun Kuriyama cca45053c3 wmavgload - Another WindowMaker load gauge
PR:		ports/7344
Submitted by:	Vladimir Kushnir <kushn@mail.kar.net>
1998-11-10 15:43:48 +00:00

37 lines
906 B
Plaintext

*** Imakefile.orig Tue Jul 21 04:22:43 1998
--- Imakefile Tue Jul 21 04:24:08 1998
***************
*** 2,8 ****
DESTDIR = /usr/X11R6
BINDIR = /bin
! XPMLIB = -L/usr/lib/X11 -L/opt/X11_Contrib/lib/sparc -lXpm -lm
DEPLIBS = $(DEPXLIB)
/* uncomment -lrpcsvc at the end of the line below if compile on *sparc* */
--- 2,8 ----
DESTDIR = /usr/X11R6
BINDIR = /bin
! XPMLIB = -lXpm -lm
DEPLIBS = $(DEPXLIB)
/* uncomment -lrpcsvc at the end of the line below if compile on *sparc* */
***************
*** 10,16 ****
LINTLIBS = $(LINTXLIB)
! EXTRA_INCLUDES = -I/opt/X11_Contrib/include
/* if your compiler does not define linux
please add -Dlinux below (if you are on a linux box :) */
--- 10,16 ----
LINTLIBS = $(LINTXLIB)
! EXTRA_INCLUDES =
/* if your compiler does not define linux
please add -Dlinux below (if you are on a linux box :) */