diff options
author | jlam <jlam> | 2000-07-25 14:43:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-25 14:43:16 +0000 |
commit | abfc9feb4c3c3eba5995cbb00aaa0e167bdb4859 (patch) | |
tree | b43b2bd03c65baf76bce75eb6353a0ea3eb078dc /x11/lesstif | |
parent | f7aba9c77fa671f003f925dd546dec18ae4a8446 (diff) | |
download | pkgsrc-abfc9feb4c3c3eba5995cbb00aaa0e167bdb4859.tar.gz |
Forgot these patches in previous commit
Diffstat (limited to 'x11/lesstif')
-rw-r--r-- | x11/lesstif/patches/patch-ao | 38 | ||||
-rw-r--r-- | x11/lesstif/patches/patch-at | 10 |
2 files changed, 48 insertions, 0 deletions
diff --git a/x11/lesstif/patches/patch-ao b/x11/lesstif/patches/patch-ao new file mode 100644 index 00000000000..64bf68bd20c --- /dev/null +++ b/x11/lesstif/patches/patch-ao @@ -0,0 +1,38 @@ +$NetBSD: patch-ao,v 1.7 2000/07/25 14:43:16 jlam Exp $ + +--- lib/Mrm-2.0/Makefile.am.orig Tue Jan 4 17:59:29 2000 ++++ lib/Mrm-2.0/Makefile.am Tue Jul 25 08:18:13 2000 +@@ -41,8 +41,6 @@ + -DX_LIB_PATH=\"@x_libraries@\" \ + -DLESSTIFHOME=\"@prefix@\" + +-libdir = $(prefix)/LessTif/Motif2.0/lib +- + lib_LTLIBRARIES= libMrm.la + + libMrm_la_SOURCES= ${SRCS_1_2:%=../Mrm/%} ${SRCS_2_0} +@@ -61,24 +59,4 @@ + rm $$i; \ + fi ; \ + done +-endif +- +-install-data-hook: +-if Version_2_0 +-if LibtoolShared +- -rm -f $(DESTDIR)$(prefix)/lib/libMrm.so.2* +- (cd $(DESTDIR)$(prefix)/lib && $(LN_S) ../LessTif/Motif2.0/lib/libMrm.so.2* .) +-endif +-if DefaultVersion20 +- -rm -f $(DESTDIR)$(prefix)/lib/libMrm.la +- (cd $(DESTDIR)$(prefix)/lib && $(LN_S) ../LessTif/Motif2.0/lib/libMrm.la .) +-if LibtoolShared +- -rm -f $(DESTDIR)$(prefix)/lib/libMrm.so +- (cd $(DESTDIR)$(prefix)/lib && $(LN_S) ../LessTif/Motif2.0/lib/libMrm.so .) +-endif +-if LibtoolStatic +- -rm -f $(DESTDIR)$(prefix)/lib/libMrm.a +- (cd $(DESTDIR)$(prefix)/lib && $(LN_S) ../LessTif/Motif2.0/lib/libMrm.a .) +-endif +-endif + endif diff --git a/x11/lesstif/patches/patch-at b/x11/lesstif/patches/patch-at new file mode 100644 index 00000000000..e19754fe71a --- /dev/null +++ b/x11/lesstif/patches/patch-at @@ -0,0 +1,10 @@ +$NetBSD: patch-at,v 1.6 2000/07/25 14:43:17 jlam Exp $ + +--- lib/config/mxmkmf.in.orig Thu Sep 2 19:51:36 1999 ++++ lib/config/mxmkmf.in Tue Jul 25 08:18:13 2000 +@@ -7,4 +7,4 @@ + # + prefix=@prefix@ + exec_prefix=@exec_prefix@ +-imake -DUseInstalled -I@libdir@/X11/config -I@x_libraries@/X11/config ++imake -DUseInstalled -I@libdir@/X11/lesstif -I@x_libraries@/X11/config |