pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ode: Simplify Makefile



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jul 24 03:10:34 2016 +0200
Changeset:	2c7b07ddf647e1d4dd2c388540fde4d1a1d11592

Modified Files:
	ode/Makefile

Log Message:
ode: Simplify Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2c7b07ddf647e1d4dd2c388540fde4d1a1d11592

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ode/Makefile | 8 --------
 1 file changed, 8 deletions(-)

diffs:
diff --git a/ode/Makefile b/ode/Makefile
index ac66b57..0669cd6 100644
--- a/ode/Makefile
+++ b/ode/Makefile
@@ -17,16 +17,8 @@ USE_TOOLS+=	gmake
 
 PKGCONFIG_OVERRIDE=	ode.pc.in
 
-INSTALLATION_DIRS=	include/ode lib
-
 CONFIGURE_ARGS+=	--enable-shared
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${MACHINE_ARCH} == "x86_64"
-CFLAGS+= -fPIC
-.endif
-
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index