Skip to content
Snippets Groups Projects
Commit 8af0300c authored by Raymond Toy's avatar Raymond Toy
Browse files

Update LDFLAGS for NetBSD so motifd will build and run correctly on

NetBSD. 

Reported by Robert Swindells who also provided the fix.
parent b424b78d
No related branches found
No related tags found
No related merge requests found
CFLAGS = -O2 -I/usr/pkg/include -I/usr/X11R7/include -I. -I$(VPATH)
LDFLAGS = -L/usr/X11R7/lib -L/usr/pkg/lib
LDFLAGS = -R/usr/X11R7/lib -L/usr/X11R7/lib -R/usr/pkg/lib -L/usr/pkg/lib
LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -lXp
# This def assumes you are building in the same or parallel
# tree to the CVS souce layout. Sites may need to customize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment