Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
gupnp-igd
gupnp-igd-make382.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gupnp-igd-make382.patch of Package gupnp-igd
From 0ba5417df63c60dbc46c24380a8872f716a9cb95 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger <dimstar@opensuse.org> Date: Sat, 11 Sep 2010 22:25:48 +0200 Subject: [PATCH] Fix build with make 3.82. Make is not bash. --- python/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/python/Makefile.am b/python/Makefile.am index ee31665..0931b82 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,5 +1,5 @@ PYDEFS=`pkg-config --variable=defsdir pygobject-2.0` -[ -z "$PYDEFS" && PYDEFS=`pkg-config --variable=defsdir pygtk-2.0`] +PYDEFS ?= `pkg-config --variable=defsdir pygtk-2.0` AM_CPPFLAGS = \ -I. \ -- 1.7.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor