[2] Check that XFREE86_VERSION=4 is set when building, rather than setting it. [3] Move many common Makefile bits to XFree86-4-libraries/Makefile.inc [4] Make the XFree86-4-Server port not install libXfont.so. [5] Move the xcursor.pc file to its proper location in ${X11BASE}/libdata/pkgconfig [6] Don't explicitly link libGL.so against libc, for the sake of 4.x's pthreads. Submitted by: [5,6] Ports Fury
11 lines
289 B
Text
11 lines
289 B
Text
--- lib/Xcursor/Imakefile.orig Tue May 13 14:34:23 2003
|
|
+++ lib/Xcursor/Imakefile Tue May 13 14:34:34 2003
|
|
@@ -69,8 +69,6 @@
|
|
RemoveFile($@)
|
|
sh config-subst $(SUBSTVARS) < xcursor.pc.in > $@
|
|
|
|
-InstallNonExecFile(xcursor.pc,$(USRLIBDIR)/pkgconfig)
|
|
-
|
|
clean::
|
|
RemoveFile(xcursor.pc)
|
|
|