diff options
author | billf <billf@FreeBSD.org> | 1998-12-27 23:53:22 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-27 23:53:22 +0000 |
commit | b6f4a69036ddb49877898af8268eb003748426eb (patch) | |
tree | e78cbb1b0d201c04a0607b7f5c9fdaff601827d9 /x11-toolkits | |
parent | 13bc2ea1f09d59c2ff6ef2e887ea276f40f91f61 (diff) | |
download | FreeBSD-ports-b6f4a69036ddb49877898af8268eb003748426eb.zip FreeBSD-ports-b6f4a69036ddb49877898af8268eb003748426eb.tar.gz |
Use the proper libraries when linking.
PR: ports/8893
Submitted by: jake@checker.org
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/v/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/v/files/patch-ae b/x11-toolkits/v/files/patch-ae new file mode 100644 index 0000000..09151fe --- /dev/null +++ b/x11-toolkits/v/files/patch-ae @@ -0,0 +1,11 @@ +--- ConfigX.mk.bak Sun Dec 27 15:00:26 1998 ++++ ConfigX.mk Sun Dec 27 15:01:06 1998 +@@ -256,7 +256,7 @@ + ifeq ($(Arch),bsd) + INCDIR += -I/usr/$(X11RV)/include + LIBDIR += -L/usr/$(X11RV)/lib +-LIBS += -lV -lXaw -lXmu -lXt -lXext -lX11 ++LIBS += -lV -lXaw -lXmu -lXt -lXext -lX11 -lICE -lSM + TARZ = + RANLIB = ranlib + VGPATH = UNIX |