mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
REALLY make this compile and install correctly. Apparently the
XFree86-3.3 imake config files can't handle IncSubDir having more than one component ("X11/Xaw3d" in this case), so work around it by explicitly creating a symlink tree from post-extract (ugh).
This commit is contained in:
parent
6a5d496cfc
commit
e382ae88d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7010
@ -3,7 +3,7 @@
|
|||||||
# Date created: 18 November 1994
|
# Date created: 18 November 1994
|
||||||
# Whom: asami
|
# Whom: asami
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.12 1996/11/18 09:55:01 asami Exp $
|
# $Id: Makefile,v 1.13 1997/06/12 01:36:35 asami Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= Xaw3d-1.3
|
DISTNAME= Xaw3d-1.3
|
||||||
@ -17,7 +17,8 @@ WRKSRC= ${WRKDIR}/xc/lib/Xaw3d
|
|||||||
USE_IMAKE= yes
|
USE_IMAKE= yes
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
/bin/ln -sf export/include ${WRKSRC}/X11
|
${MKDIR} ${WRKSRC}/X11/Xaw3d
|
||||||
|
cd ${WRKSRC}/X11/Xaw3d; ln -sf ../../*.h .
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${LDCONFIG} -m ${PREFIX}/lib
|
${LDCONFIG} -m ${PREFIX}/lib
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
--- ./Imakefile.org Wed May 29 08:38:40 1996
|
--- ./Imakefile.org Wed May 29 08:38:40 1996
|
||||||
+++ ./Imakefile Mon Aug 5 22:46:04 1996
|
+++ ./Imakefile Mon Aug 5 22:46:04 1996
|
||||||
|
@@ -7,7 +7,7 @@
|
||||||
|
#define HasSharedData YES
|
||||||
|
#define LibName Xaw3d
|
||||||
|
#define SoRev SOXAWREV
|
||||||
|
-#define IncSubdir Xaw3d
|
||||||
|
+#define IncSubdir X11/Xaw3d
|
||||||
|
|
||||||
|
#ifdef LinuxArchitecture
|
||||||
|
JUMP_ROOT_Xaw3d = $(AWIDGETSRC)3d
|
||||||
@@ -38,9 +38,9 @@
|
@@ -38,9 +38,9 @@
|
||||||
|
|
||||||
LINTLIBS = $(LINTXLIB) $(LINTXTOOL)
|
LINTLIBS = $(LINTXLIB) $(LINTXTOOL)
|
||||||
|
Loading…
Reference in New Issue
Block a user