avoiding X11 convenience symlinks in libunique-1.1.6-7
Jack Howarth <[email protected]>
| Newsgroups | gmane.os.apple.fink.devel |
|---|---|
| Message-ID | <CAP5Ds0BxzrJ-i4shve6rOZ13=mnZ5ZBSBNeUYwdY9dK+i=68fw@mail.gmail.com> |
Jack,
The attached info file contains changes required to avoid using the
X11 convenience symlinks in the build of libunique-1.1.6-7 (as rootless
will make it difficult to install these). I couldn't find your entry on the
developer list on the fink tracker so I am posting the info file revisions
here. The changes are...
Index: libunique.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libunique.info
,v
retrieving revision 1.3
diff -r1.3 libunique.info
28c28
< ConfigureParams: --mandir=%p/share/man --enable-dependency-tracking
--enable-gtk-doc --disable-static
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
--disable-introspection
---
> ConfigureParams: --mandir=%p/share/man --enable-dependency-tracking
--enable-gtk-doc --disable-static
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
--disable-introspection --x-includes=$X11_BASE_DIR/include
--x-libraries=$X11_BASE_DIR/lib
30a31
> . %p/sbin/fink-buildenv-helper.sh
32c33
< perl -pi -e 's,^(UNIQUE_LIBS .*)$,$1 -lX11 -L/usr/X11R6/lib,'
unique/Makefile.in
---
> perl -pi -e "s,^(UNIQUE_LIBS .*)\$,\$1 -lX11 -L$X11_BASE_DIR/lib,"
unique/Makefile.in
41a43,44
> #!/bin/sh -ev
> . %p/sbin/fink-buildenv-helper.sh
Tested with 'fink -m' on future os missing the X11 convenience symlinks
due to rootless.
Jack
------------------------------------------------------------------------------
_______________________________________________
Fink-devel mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel
libunique.info
(application/octet-stream, 2.3 KB) - not displayed