mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add 'LDFLAGS+=-lio' on the Alpha for the implementations of inb/outb.
This commit is contained in:
parent
661b3f5303
commit
6660eb6390
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31405
12
sysutils/lmmon/files/patch-aa
Normal file
12
sysutils/lmmon/files/patch-aa
Normal file
@ -0,0 +1,12 @@
|
||||
--- Makefile.in.orig Sun Aug 6 21:31:45 2000
|
||||
+++ Makefile.in Sun Aug 6 21:32:10 2000
|
||||
@@ -3,6 +3,9 @@
|
||||
DEFINES+= -DHAVE_CONFIG_H
|
||||
CFLAGS+= -Wall $(DEFINES)
|
||||
LDFLAGS+= -lcurses
|
||||
+.if $(ARCH) == "alpha"
|
||||
+LDFLAGS+= -lio
|
||||
+.endif
|
||||
|
||||
HEADERS= lmmon.h
|
||||
SRCS= lmmon.c
|
12
sysutils/wmlmmon/files/patch-aa
Normal file
12
sysutils/wmlmmon/files/patch-aa
Normal file
@ -0,0 +1,12 @@
|
||||
--- Makefile.in.orig Sun Aug 6 14:05:13 2000
|
||||
+++ Makefile.in Sun Aug 6 14:05:48 2000
|
||||
@@ -3,6 +3,9 @@
|
||||
DEFINES+= -DHAVE_CONFIG_H #-DDEBUG
|
||||
CFLAGS+= -Wall @XPM_CFLAGS@ $(DEFINES)
|
||||
LDFLAGS+= -lXpm -lXext -lX11 @XPM_LIBS@
|
||||
+.if ${ARCH} == "alpha"
|
||||
+LDFLAGS+= -lio
|
||||
+.endif
|
||||
|
||||
HEADERS= wmlmmon.h wmgeneral.h
|
||||
SRCS= wmlmmon.c wmgeneral.c
|
Loading…
Reference in New Issue
Block a user